mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
13 lines
289 B
C
13 lines
289 B
C
|
#include "world.h"
|
||
|
|
||
|
extern hull_t hull_simple_wedge;
|
||
|
extern hull_t hull_tpp1;
|
||
|
extern hull_t hull_tpp2;
|
||
|
extern hull_t hull_tppw;
|
||
|
extern hull_t hull_step1;
|
||
|
extern hull_t hull_step2;
|
||
|
extern hull_t hull_step3;
|
||
|
extern hull_t hull_covered_step;
|
||
|
extern hull_t hull_ramp;
|
||
|
extern hull_t hull_hole;
|