mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 23:51:23 +00:00
10 lines
175 B
C
10 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
|