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

11 lines
211 B
C
Raw Normal View History

#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