qmlFrontend/flib.h
branchqmlfrontend
changeset 10896 5a74923120d5
parent 10888 a04e04aaf599
child 10951 89a7f617e091
equal deleted inserted replaced
10894:6157d057f04e 10896:5a74923120d5
    53 typedef char **getTeamsList_t();
    53 typedef char **getTeamsList_t();
    54 typedef void tryAddTeam_t(const char * teamName);
    54 typedef void tryAddTeam_t(const char * teamName);
    55 typedef void tryRemoveTeam_t(const char * teamName);
    55 typedef void tryRemoveTeam_t(const char * teamName);
    56 typedef void changeTeamColor_t(const char * teamName, int32_t dir);
    56 typedef void changeTeamColor_t(const char * teamName, int32_t dir);
    57 
    57 
       
    58 typedef void connectOfficialServer_t();
       
    59 
    58 #ifdef __cplusplus
    60 #ifdef __cplusplus
    59 }
    61 }
    60 #endif
    62 #endif
    61 
    63 
    62 #endif // FLIB_H
    64 #endif // FLIB_H