mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-10 07:20:36 +00:00
# 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
|