mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-09 09:11:02 +00:00
14 lines
256 B
C
14 lines
256 B
C
|
|
||
|
#ifndef __queen_h__
|
||
|
#define __queen_h__
|
||
|
|
||
|
void InitQueens();
|
||
|
|
||
|
int BuildQueen(int nSprite, int x, int y, int z, int nSector, int nAngle, int nVal);
|
||
|
|
||
|
void FuncQueenEgg(int, int, int);
|
||
|
void FuncQueenHead(int, int, int);
|
||
|
void FuncQueen(int, int, int);
|
||
|
|
||
|
#endif
|