Fix colobot-lint warnings

dev-time-step
krzys-h 2016-01-23 21:59:02 +01:00
parent 84521ef08a
commit b96305060b
5 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
* \file CBotEnums.h
* \brief Some enum values used across the CBot engine
*/
namespace CBot
{

View File

@ -79,7 +79,6 @@ bool IsPhaseWithWorld(Phase phase);
bool IsMainMenuPhase(Phase phase);
class CController;
class CEventQueue;
class CSoundInterface;
class CLevelParserLine;

View File

@ -19,6 +19,8 @@
#include "object/implementation/programmable_impl.h"
#include "CBot/CBot.h"
#include "common/global.h"
#include "level/robotmain.h"
@ -40,8 +42,6 @@
#include "ui/controls/edit.h"
#include "CBot/CBot.h"
#include <algorithm>
#include <iomanip>

View File

@ -20,6 +20,8 @@
#include "script/script.h"
#include "CBot/CBot.h"
#include "common/restext.h"
#include "common/stringutils.h"
@ -42,8 +44,6 @@
#include "ui/controls/interface.h"
#include "ui/controls/list.h"
#include "CBot/CBot.h"
const int CBOT_IPF = 100; // CBOT: default number of instructions / frame

View File

@ -20,6 +20,7 @@
#include "CBot/CBot.h"
#include <gtest/gtest.h>
#include <stdexcept>
using namespace CBot;