raze/source/exhumed/src/wasp.h
nukeykt 936ce5a866 wip
# Conflicts:
#	platform/Windows/exhumed.vcxproj
#	platform/Windows/exhumed.vcxproj.filters
2019-11-21 22:52:46 +01:00

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