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