mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-17 08:00:51 +00:00
10 lines
189 B
C
10 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
|