mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 19:50:45 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
9 lines
181 B
C
9 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
|