mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 23:51:23 +00:00
12 lines
215 B
C
12 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
|