mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
14 lines
340 B
C
14 lines
340 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;
|
|
extern hull_t hull_ridge;
|
|
extern hull_t hull_cave;
|