X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fwall.qh;h=11aebd0ed5e25df349f6fa12a8288e345e47f27f;hb=e0e59297278cc9013f20e34b6c024895d4bc45e7;hp=f93eb3ae1421ce8db213e1212713ec6a2fab89d0;hpb=303bdeff4f5624a5e806f3f52ca62f4cb6e6404d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/wall.qh b/qcsrc/client/wall.qh index f93eb3ae1..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; @@ -19,5 +18,3 @@ class(Wall) .vector saved; void Ent_Wall_Draw(entity this); void Ent_Wall_Remove(entity this); - -#endif