--- a/qmlFrontend/flib.h Sat Nov 01 22:51:07 2014 +0300
+++ b/qmlFrontend/flib.h Mon Nov 03 00:01:02 2014 +0300
@@ -13,6 +13,7 @@
, MSG_REMOVEPLAYINGTEAM
, MSG_ADDTEAM
, MSG_REMOVETEAM
+ , MSG_TEAMCOLOR
};
typedef union string255_
@@ -42,8 +43,9 @@
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);
+typedef void tryAddTeam_t(const char * teamName);
+typedef void tryRemoveTeam_t(const char * teamName);
+typedef void changeTeamColor_t(const char * teamName, int32_t dir);
#ifdef __cplusplus
}