X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_world.qh;h=920ef71e184c1cc71d5962d57cd9c639f140d8f4;hb=978c038caba30540d7fc6e540c051801ad55ce77;hp=3a5e5d5ac76b4d805a6ca9bde51d0cb219436d46;hpb=77f03e6ce033bef39ac19e0e7cb6e606ffcb26db;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/g_world.qh b/qcsrc/server/g_world.qh index 3a5e5d5ac..920ef71e1 100644 --- a/qcsrc/server/g_world.qh +++ b/qcsrc/server/g_world.qh @@ -13,5 +13,16 @@ const float WINNING_STARTSUDDENDEATHOVERTIME = 3; // no winner, enter suddendeat void CheckRules_Player(); void IntermissionThink(); +void GotoNextMap(float reinit); +void ReadyRestart(); + +void DumpStats(float final); +float Map_IsRecent(string m); +string GetNextMap(); +void ShuffleMaplist(); +void Map_Goto_SetStr(string nextmapname); +void Map_Goto(float reinit); +float DoNextMapOverride(float reinit); +void CheckRules_World(); #endif