mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-07 05:21:12 +00:00
11 lines
211 B
C
11 lines
211 B
C
|
|
||
|
#ifndef __set_h__
|
||
|
#define __set_h__
|
||
|
|
||
|
void InitSets();
|
||
|
int BuildSet(short nSprite, int x, int y, int z, short nSector, short nAngle, int nVal);
|
||
|
void FuncSoul(int, int, int);
|
||
|
void FuncSet(int, int, int);
|
||
|
|
||
|
#endif
|