jedioutcast/utils/Radiant/tower.h
2013-04-04 13:07:40 -05:00

10 lines
241 B
C

// 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);