X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fwall.qh;h=11aebd0ed5e25df349f6fa12a8288e345e47f27f;hb=3f643f28e56cc1763625c1af53d0dc3946bd914b;hp=16f87fdd977900c31f4df09d2d995d2dfbf39df1;hpb=317ec3eb27ada1c4668876e9499136125acb7984;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/wall.qh b/qcsrc/client/wall.qh index 16f87fdd9..11aebd0ed 100644 --- a/qcsrc/client/wall.qh +++ b/qcsrc/client/wall.qh @@ -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);