- added Shadow Warrior files to CMake project - not compiled yet.

This commit is contained in:
Christoph Oelckers 2019-10-09 18:09:05 +02:00
parent 1104065b47
commit 70004665fd
128 changed files with 558 additions and 19 deletions

View file

@ -27,6 +27,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
#define SECTOR_H
BEGIN_SW_NS
void SectorSetup(void);
DOOR_AUTO_CLOSEp SetDoorAutoClose(short SectorNum, short Type);
@ -77,4 +78,6 @@ void WeaponExplodeSectorInRange(short weapon);
void initlava(void);
void movelava(char *dapic);
END_SW_NS
#endif