mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
11 lines
215 B
C
11 lines
215 B
C
|
|
#ifndef __wasp_h__
|
|
#define __wasp_h__
|
|
|
|
extern short nWaspCount;
|
|
|
|
void InitWasps();
|
|
int BuildWasp(short nSprite, int x, int y, int z, short nSector, short nAngle);
|
|
void FuncWasp(int eax, int edx, int nRun);
|
|
|
|
#endif
|