#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