X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_world.qh;h=920ef71e184c1cc71d5962d57cd9c639f140d8f4;hp=3a5e5d5ac76b4d805a6ca9bde51d0cb219436d46;hb=64b8409b2d6fb93dc51ba24a82d219c8cd56a907;hpb=37903827937b44f174275a75d2dab5301b8ab53e 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