mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-25 02:01:39 +00:00
10 lines
181 B
C
10 lines
181 B
C
|
|
||
|
#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
|