]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qh
Cleanse anticheat of self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qh
index b934993235d4c130ad9b24ad55081922acabdd39..5a2fe7b12e950322efd833c821d490f880b5d557 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef TEAMPLAY_H
-#define TEAMPLAY_H
+#pragma once
 
 string cache_mutatormsg;
 string cache_lastmutatormsg;
@@ -27,7 +26,7 @@ void InitGameplayMode();
 
 string GetClientVersionMessage();
 
-string getwelcomemessage(void);
+string getwelcomemessage();
 
 void SetPlayerColors(entity pl, float _color);
 
@@ -54,4 +53,3 @@ float JoinBestTeam(entity pl, float only_return_best, float forcebestteam);
 void SV_ChangeTeam(float _color);
 
 void ShufflePlayerOutOfTeam (float source_team);
-#endif