mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-05 16:50:57 +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
|