- 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

@ -30,6 +30,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
#ifndef BOTS_H
#define BOTS_H
BEGIN_SW_NS
// BOT DEFINITIONS AND STRUCTURES
@ -106,4 +107,6 @@ typedef struct BOT_BRAIN
extern NODETREE BOT_TREELIST[25][50]; // There can be up to 50 of each item
// with a cooresponding search tree for each
END_SW_NS
#endif