1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Create UI event handling infrastructure

This commit is contained in:
v-rob 2024-08-31 15:44:01 -07:00
parent 9cc73f16f0
commit bb2f857b04
27 changed files with 1060 additions and 49 deletions

View file

@ -40,6 +40,8 @@ public:
void freeDynamicMediaCallback(u32 token);
void on_dynamic_media_added(u32 token, const std::string &playername);
void receive_ui_message(const char *name, const std::string &data);
private:
void getAuthHandler();
void readPrivileges(int index, std::set<std::string> &result);