]> 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 04c0dce24f84326303bf3e57638da5e8329f2f67..11aebd0ed5e25df349f6fa12a8288e345e47f27f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef WALL_H
-#define WALL_H
+#pragma once
 
 entityclass(Wall);
 class(Wall) .float lip;
@@ -16,9 +15,6 @@ class(Wall) .vector saved;
 .float fade_start, fade_end, fade_vertical_offset;
 .float default_solid;
 
-void Ent_Wall_Draw();
+void Ent_Wall_Draw(entity this);
 
-void Ent_Wall_Remove();
-
-void Ent_Wall();
-#endif
+void Ent_Wall_Remove(entity this);