mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 07:31:23 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
13 lines
256 B
C
13 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
|