raze/source/exhumed/src/spider.h
nukeykt 936ce5a866 wip
# Conflicts:
#	platform/Windows/exhumed.vcxproj
#	platform/Windows/exhumed.vcxproj.filters
2019-11-21 22:52:46 +01:00

9 lines
189 B
C

#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