mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-03 14:21:15 +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
|