--- a/qmlFrontend/flib.h Mon May 18 00:20:09 2015 +0300
+++ b/qmlFrontend/flib.h Thu May 21 00:19:06 2015 +0300
@@ -14,6 +14,7 @@
, MSG_ADDTEAM
, MSG_REMOVETEAM
, MSG_TEAMCOLOR
+ , MSG_NETDATA
};
typedef union string255_
@@ -28,7 +29,7 @@
} string255;
typedef void RunEngine_t(int argc, const char ** argv);
-typedef void registerGUIMessagesCallback_t(void * context, void (*)(void * context, MessageType mt, const char * msg, uint32_t len));
+typedef void registerUIMessagesCallback_t(void * context, void (*)(void * context, MessageType mt, const char * msg, uint32_t len));
typedef void getPreview_t();
typedef void runQuickGame_t();
typedef void runLocalGame_t();
@@ -41,6 +42,7 @@
typedef void setAmmo_t(const char * ammoName);
typedef void flibInit_t(const char * localPrefix, const char * userPrefix);
typedef void flibFree_t();
+typedef void passNetData_t(const char * data);
typedef char **getThemesList_t();
typedef void freeThemesList_t(char **list);