]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mapvoting.qh
Transifex autosync
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mapvoting.qh
index ed8ef6ca1e206f85a9c0648045098b3b0ad74d53..f2515bdad099cb497ff7010b6cd84ba18310e75b 100644 (file)
@@ -30,8 +30,10 @@ void MapVote_Start();
 void MapVote_Spawn();
 void MapVote_Think();
 void MapVote_SendPicture(entity to, int id);
+// FIXME can't use Gametype type because Gitlab compilation unit test fails
+bool GameTypeVote_SetGametype(entity type, string gametype_string, bool call_hooks);
 float GameTypeVote_Start();
-float GameTypeVote_Finished(float pos);
+float GameTypeVote_Finished(int pos);
 string GameTypeVote_MapInfo_FixName(string m);
 
 bool gametypevote;