qmlFrontend/flib.h
branchqmlfrontend
changeset 11423 e045dc60c37e
parent 11418 091149424aa4
child 11424 86c13e5662f1
--- a/qmlFrontend/flib.h	Sat Nov 21 12:40:33 2015 +0300
+++ b/qmlFrontend/flib.h	Sat Nov 21 17:07:06 2015 +0300
@@ -23,6 +23,8 @@
     , MSG_ADDROOM
     , MSG_UPDATEROOM
     , MSG_REMOVEROOM
+    , MSG_ERROR
+    , MSG_WARNING
 };
 
 typedef union string255_
@@ -52,6 +54,7 @@
 typedef void flibFree_t();
 typedef void passNetData_t(const char * data);
 typedef void sendChatLine_t(const char * msg);
+typedef void joinRoom_t(const char * roomName);
 
 typedef char **getThemesList_t();
 typedef void freeThemesList_t(char **list);