mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-17 16:10:49 +00:00
9 lines
202 B
C
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
|