]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/wall.qh
Give Weapon_ImpactEffect an argument for the effect entity
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / wall.qh
index f93eb3ae1421ce8db213e1212713ec6a2fab89d0..11aebd0ed5e25df349f6fa12a8288e345e47f27f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef CLIENT_WALL_H
-#define CLIENT_WALL_H
+#pragma once
 
 entityclass(Wall);
 class(Wall) .float lip;
@@ -19,5 +18,3 @@ class(Wall) .vector saved;
 void Ent_Wall_Draw(entity this);
 
 void Ent_Wall_Remove(entity this);
-
-#endif