]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/nexball/nexball.qh
Move most gametype's modicons functions into their directories
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / nexball / nexball.qh
index 7d19c50e752292dc0b7e70ae826fa857556d6fba..53797d2bc6d245dc7de9ee17abaa5143836a5e31 100644 (file)
@@ -1,11 +1,6 @@
-#ifndef GAMEMODE_NEXBALL_H
-#define GAMEMODE_NEXBALL_H
-
-#include "weapon.qc"
+#pragma once
 
 #ifdef SVQC
-MUTATOR_DECLARATION(gamemode_nexball);
-
 //EF_BRIGHTFIELD|EF_BRIGHTLIGHT|EF_DIMLIGHT|EF_BLUE|EF_RED|EF_FLAME
 const float BALL_EFFECTMASK = 1229;
 const vector BALL_MINS = '-16 -16 -16'; // The model is 24*24*24
@@ -39,4 +34,3 @@ float nb_teams;
 
 .float teamtime;
 #endif
-#endif