mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-10 03:30:47 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
11 lines
238 B
C
11 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
|