qmlFrontend/flib.h
branchqmlfrontend
changeset 10452 03519fd9f98d
parent 10450 bf9e30b4ef9b
child 10456 6fd99bb73524
--- 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
 }