Skip to content

Commit

Permalink
API: add missing variable to nui WindowState (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daztek authored Feb 28, 2025
1 parent 1ef2783 commit 7fc892a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NWNXLib/API/API/CNWSPlayer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ struct CNWSPlayer
{
Nui::JSON::WindowToken m_token;
Nui::JSON::WindowIdentifier m_id;
CExoString m_eventScript;
std::vector<Nui::JSON::BindName> m_bind_list;
std::unordered_map<Nui::JSON::BindName, Nui::JSON::BindValue> m_binds;
std::unordered_set<Nui::JSON::BindName> m_watch;
Expand Down

0 comments on commit 7fc892a

Please sign in to comment.