mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 07:31:23 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
10 lines
211 B
C
10 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
|