mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
12 lines
238 B
C
12 lines
238 B
C
|
|
||
|
#ifndef __rat_h__
|
||
|
#define __rat_h__
|
||
|
|
||
|
void InitRats();
|
||
|
void SetRatVel(short nSprite);
|
||
|
int BuildRat(short nSprite, int x, int y, int z, short nSector, int nAngle);
|
||
|
int FindFood(short nSprite);
|
||
|
void FuncRat(int a, int b, int nRun);
|
||
|
|
||
|
#endif
|