]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/wall.qh
Merge remote-tracking branch 'origin/master' into terencehill/hud_configure
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / wall.qh
1 #ifndef WALL_H
2 #define WALL_H
3
4 entityclass(Wall);
5 class(Wall) .float lip;
6 class(Wall) .float bgmscriptangular;
7 class(Wall) .int lodmodelindex0, lodmodelindex1, lodmodelindex2;
8 class(Wall) .float loddistance1, loddistance2;
9 class(Wall) .vector saved;
10
11 void Ent_Wall_Draw();
12
13 void Ent_Wall_Remove();
14
15 void Ent_Wall();
16 #endif