mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +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
|