]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_subs.qh
Remove unused SELFPARAM()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_subs.qh
index 81516f9357c56344f932fe70b439f282a6ddc72e..90378d510d07bec60f75228bc7021c02e7fd6651 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef G_SUBS_H
-#define G_SUBS_H
+#pragma once
 
 void SUB_NullThink();
 
@@ -165,4 +164,3 @@ void InitTrigger();
 void InitSolidBSPTrigger();
 
 float InitMovingBrushTrigger();
-#endif