jedioutcast/utils/Radiant/tower.h

11 lines
241 B
C
Raw Permalink Normal View History

2013-04-04 18:02:27 +00:00
// tower.h
// routines for tower.c
#define TOWER_EPSILON 0.001f
void DoTower(void);
face_t* MakePlaneList(face_t* top, face_t* bottom);
void WrapFaces( face_t* top, face_t* bottom);
void CopyFace( face_t* in, face_t* out);