mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-24 09:51:00 +00:00
12 lines
196 B
C
12 lines
196 B
C
|
|
||
|
#ifndef __roach_h__
|
||
|
#define __roach_h__
|
||
|
|
||
|
void InitRoachs();
|
||
|
|
||
|
int BuildRoach(int eax, int nSprite, int x, int y, int z, short nSector, int angle);
|
||
|
|
||
|
void FuncRoach(int a, int b, int nRun);
|
||
|
|
||
|
#endif
|