raze-gles/source/exhumed/src/rex.h

10 lines
181 B
C
Raw Normal View History

#ifndef __rex_h__
#define __rex_h__
void InitRexs();
int BuildRex(short nSprite, int x, int y, int z, short nSector, short nAngle, int nVal);
void FuncRex(int, int, int);
#endif