mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +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
|