mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 04:00:42 +00:00
13 lines
226 B
C
13 lines
226 B
C
|
|
||
|
#ifndef __anubis_h__
|
||
|
#define __anubis_h__
|
||
|
|
||
|
#include "typedefs.h"
|
||
|
|
||
|
void InitAnubis();
|
||
|
int BuildAnubis(int nSprite, int x, int y, int z, int nSector, int nAngle, BOOL bIsDrummer);
|
||
|
|
||
|
void FuncAnubis(int a, int b, int c);
|
||
|
|
||
|
#endif
|