Create new file CBot.h. Included only useful interfaces.

dev-time-step
Grunaka 2015-11-22 18:29:25 +01:00
parent 575ff47c82
commit ece0666954
8 changed files with 15 additions and 14 deletions

View File

@ -18,6 +18,14 @@
*/
// Modules inlcude
#include "CBot/resource.h"
#include "CBot/CBotFileUtils.h"
#include "CBot/CBotClass.h"
#include "CBot/CBotToken.h"
#include "CBot/CBotProgram.h"
#include "CBot/CBotTypResult.h"
#include "CBot/CBotVar/CBotVar.h"
// Local include

View File

@ -22,7 +22,7 @@
#include "common/config.h"
#include "CBot/resource.h"
#include "CBot/CBot.h"
#include "app/input.h"

View File

@ -19,9 +19,7 @@
#include "level/robotmain.h"
#include "CBot/CBotFileUtils.h"
// TODO must be replaced by CBot.h
#include "CBot/CBotClass.h"
#include "CBot/CBot.h"
#include "app/app.h"
#include "app/input.h"

View File

@ -40,7 +40,7 @@
#include "ui/controls/edit.h"
#include "CBot/CBotFileUtils.h"
#include "CBot/CBot.h"
#include <algorithm>
#include <iomanip>

View File

@ -42,9 +42,7 @@
#include "ui/controls/interface.h"
#include "ui/controls/list.h"
#include "CBot/CBotToken.h"
#include "CBot/CBotVar/CBotVar.h"
#include "CBot/CBotFileUtils.h"
#include "CBot/CBot.h"
const int CBOT_IPF = 100; // CBOT: default number of instructions / frame

View File

@ -24,8 +24,7 @@
#pragma once
// TODO replace by CBot.h
#include "CBot/CBotProgram.h"
#include "CBot/CBot.h"
#include <memory>
#include <string>

View File

@ -19,9 +19,7 @@
#include "script/scriptfunc.h"
// TODO must be replaced by CBot.h
#include "CBot/CBotClass.h"
#include "CBot/CBotVar/CBotVar.h"
#include "CBot/CBot.h"
#include "app/app.h"

View File

@ -24,7 +24,7 @@
#pragma once
#include "CBot/CBotTypResult.h"
#include "CBot/CBot.h"
#include "common/error.h"