diff -r c58db813240b -r 47a6231f1fc1 qmlFrontend/flib.h --- a/qmlFrontend/flib.h Mon Oct 20 22:55:12 2014 +0400 +++ b/qmlFrontend/flib.h Sat Oct 25 00:31:10 2014 +0400 @@ -9,6 +9,10 @@ enum MessageType { MSG_PREVIEW + , MSG_ADDPLAYINGTEAM + , MSG_REMOVEPLAYINGTEAM + , MSG_ADDTEAM + , MSG_REMOVETEAM }; typedef union string255_ @@ -36,6 +40,8 @@ typedef uint32_t getThemeIcon_t(char * theme, char * buffer, uint32_t size); typedef char **getTeamsList_t(); +typedef void tryAddTeam_t(const char * seed); +typedef void tryRemoveTeam_t(const char * seed); #ifdef __cplusplus }