raze/source/exhumed/src/spider.h

10 lines
189 B
C
Raw Normal View History

#ifndef __spider_h__
#define __spider_h__
void InitSpider();
int BuildSpider(int nSprite, int x, int y, int z, short nSector, int angle);
void FuncSpider(int a, int b, int nRun);
#endif