raze/source/exhumed/src/roach.h

9 lines
202 B
C

#ifndef __roach_h__
#define __roach_h__
void InitRoachs();
int BuildRoach(int nType, int nSprite, int x, int y, int z, short nSector, int angle);
void FuncRoach(int a, int nDamage, int nRun);
#endif