raze/source/exhumed/src/roach.h

10 lines
202 B
C
Raw Normal View History

#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