X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fwall.qh;h=11aebd0ed5e25df349f6fa12a8288e345e47f27f;hb=910457448f6e80b449739f75f98ce6aa28a47536;hp=04c0dce24f84326303bf3e57638da5e8329f2f67;hpb=98e1375c9938f3d86d6f8e28f44cd6af74d2fc0e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/wall.qh b/qcsrc/client/wall.qh index 04c0dce24..11aebd0ed 100644 --- a/qcsrc/client/wall.qh +++ b/qcsrc/client/wall.qh @@ -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);