mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
487a6b20ab
Whee, found a failing test case :)
13 lines
315 B
C
13 lines
315 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;
|