mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-17 18:01:17 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
9 lines
175 B
C
9 lines
175 B
C
|
|
#ifndef __lion_h__
|
|
#define __lion_h__
|
|
|
|
void InitLion();
|
|
int BuildLion(short nSprite, int x, int y, int z, short nSector, short nAngle);
|
|
void FuncLion(int, int, int);
|
|
|
|
#endif
|