X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fwall.qh;h=11aebd0ed5e25df349f6fa12a8288e345e47f27f;hb=6e0735e995e35d56e60f8b816285077b7db0b155;hp=f93eb3ae1421ce8db213e1212713ec6a2fab89d0;hpb=826222f84e886d85179a032b07edc71d99982040;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