]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/wall.qh
Merge branch 'terencehill/item_models' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / wall.qh
index 16f87fdd977900c31f4df09d2d995d2dfbf39df1..11aebd0ed5e25df349f6fa12a8288e345e47f27f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef CLIENT_WALL_H
-#define CLIENT_WALL_H
+#pragma once
 
 entityclass(Wall);
 class(Wall) .float lip;
@@ -18,6 +17,4 @@ class(Wall) .vector saved;
 
 void Ent_Wall_Draw(entity this);
 
-void Ent_Wall_Remove();
-
-#endif
+void Ent_Wall_Remove(entity this);