revert game interface class, i'm just too lazy to do it now...
This commit is contained in:
parent
fa64fe2ea7
commit
6136bace18
8 changed files with 36 additions and 83 deletions
|
|
@ -1503,7 +1503,6 @@ public:
|
|||
};
|
||||
|
||||
#include <engine.h>
|
||||
#include <gamestate.h>
|
||||
|
||||
// expose bot super-globals
|
||||
extern NetworkMsg netmsg;
|
||||
|
|
@ -1511,7 +1510,6 @@ extern Localizer locale;
|
|||
extern Waypoint waypoints;
|
||||
extern BotManager bots;
|
||||
extern Engine engine;
|
||||
extern Game game;
|
||||
|
||||
// prototypes of bot functions...
|
||||
extern int GetWeaponReturn (bool isString, const char *weaponAlias, int weaponIndex = -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue