diff -r 6157d057f04e -r 5a74923120d5 qmlFrontend/flib.h --- a/qmlFrontend/flib.h Tue Apr 14 11:18:14 2015 +0300 +++ b/qmlFrontend/flib.h Thu Apr 16 23:31:13 2015 +0300 @@ -55,6 +55,8 @@ typedef void tryRemoveTeam_t(const char * teamName); typedef void changeTeamColor_t(const char * teamName, int32_t dir); +typedef void connectOfficialServer_t(); + #ifdef __cplusplus } #endif