Fix a compilation error when inside GDevelop

This commit is contained in:
victorlevasseur
2015-03-29 23:58:40 +02:00
parent ab5fab6d8d
commit f1b1453bc4
15 changed files with 13 additions and 6 deletions

View File

@@ -14,7 +14,6 @@
#include <memory>
#include <memory>
#include "GDCore/Events/Instruction.h"
#include "GDCore/Tools/Localization.h"
namespace gd { class EventsList; }
namespace gd { class MainFrameWrapper; }
namespace gd { class Project; }

View File

@@ -10,7 +10,6 @@
#include <vector>
#include <map>
#include "GDCore/PlatformDefinition/VariablesContainer.h"
#include "GDCore/Tools/Localization.h"
#include <SFML/System/Vector2.hpp>
namespace gd { class PropertyDescriptor; }
namespace gd { class Automatism; }

View File

@@ -21,6 +21,7 @@ This project is released under the MIT License.
#include "GDCpp/Position.h"
#include "GDCpp/Polygon2d.h"
#include "GDCore/Serialization/SerializerElement.h"
#include "GDCore/Tools/Localization.h"
#if defined(GD_IDE_ONLY)
#include "GDCpp/CommonTools.h"

View File

@@ -21,6 +21,7 @@ This project is released under the MIT License.
#include "GDCore/IDE/EventsRenderingHelper.h"
#include "GDCore/IDE/EventsEditorItemsAreas.h"
#include "GDCore/IDE/EventsEditorSelection.h"
#include "GDCore/Tools/Localization.h"
#include "FunctionEventEditorDlg.h"
#include <wx/textdlg.h>
namespace gd { class Project; }

View File

@@ -17,6 +17,7 @@ This project is released under the MIT License.
#include "GDCpp/Position.h"
#include "GDCpp/Polygon2d.h"
#include "GDCpp/CommonTools.h"
#include "GDCore/Tools/Localization.h"
#include "LightObject.h"
#include "LightManager.h"

View File

@@ -21,6 +21,7 @@ This project is released under the MIT License.
#include "GDCpp/Polygon2d.h"
#include "GDCpp/Serialization/SerializerElement.h"
#include "GDCpp/CommonTools.h"
#include "GDCore/Tools/Localization.h"
#if defined(GD_IDE_ONLY)
#include "GDCore/IDE/Dialogs/MainFrameWrapper.h"

View File

@@ -10,6 +10,7 @@ This project is released under the MIT License.
#endif
#include <SFML/Graphics.hpp>
#include <SFML/OpenGL.hpp>
#include "GDCore/Tools/Localization.h"
#include "GDCpp/Object.h"
#include "GDCpp/ImageManager.h"
#include "GDCpp/RuntimeGame.h"

View File

@@ -12,6 +12,7 @@ This project is released under the MIT License.
#include "PathfindingAutomatism.h"
#include "PathfindingObstacleAutomatism.h"
#include "ScenePathfindingObstaclesManager.h"
#include "GDCore/Tools/Localization.h"
#include "GDCpp/BuiltinExtensions/MathematicalTools.h"
#include "GDCpp/Scene.h"
#include "GDCpp/Serialization/SerializerElement.h"
@@ -25,7 +26,6 @@ This project is released under the MIT License.
#include <algorithm>
#if defined(GD_IDE_ONLY)
#include <map>
#include "GDCore/Tools/Localization.h"
#include "GDCore/IDE/Dialogs/PropertyDescriptor.h"
#endif

View File

@@ -7,6 +7,7 @@ This project is released under the MIT License.
#include <memory>
#include "PlatformAutomatism.h"
#include "GDCore/Tools/Localization.h"
#include "GDCpp/Scene.h"
#include "GDCpp/Serialization/SerializerElement.h"
#include "GDCpp/XmlMacros.h"
@@ -17,7 +18,6 @@ This project is released under the MIT License.
#if defined(GD_IDE_ONLY)
#include <iostream>
#include <map>
#include "GDCore/Tools/Localization.h"
#include "GDCore/IDE/Dialogs/PropertyDescriptor.h"
#endif

View File

@@ -9,6 +9,7 @@ This project is released under the MIT License.
#include "PlatformerObjectAutomatism.h"
#include "PlatformAutomatism.h"
#include "ScenePlatformObjectsManager.h"
#include "GDCore/Tools/Localization.h"
#include "GDCpp/Scene.h"
#include "GDCpp/Serialization/SerializerElement.h"
#include "GDCpp/XmlMacros.h"
@@ -22,7 +23,6 @@ This project is released under the MIT License.
#if defined(GD_IDE_ONLY)
#include <iostream>
#include <map>
#include "GDCore/Tools/Localization.h"
#include "GDCore/IDE/Dialogs/PropertyDescriptor.h"
#endif

View File

@@ -10,6 +10,7 @@ This project is released under the MIT License.
#endif
#include "ShapePainterObject.h"
#include <SFML/Graphics.hpp>
#include "GDCore/Tools/Localization.h"
#include "GDCpp/Object.h"
#include "GDCpp/RuntimeScene.h"
#include "GDCpp/Project.h"

View File

@@ -9,6 +9,7 @@ This project is released under the MIT License.
#include <wx/wx.h> //Must be placed first, otherwise we get errors relative to "cannot convert 'const TCHAR*'..." in wx/msw/winundef.h
#endif
#include <SFML/Graphics.hpp>
#include "GDCore/Tools/Localization.h"
#include "GDCpp/Object.h"
#include "GDCpp/ImageManager.h"

View File

@@ -7,6 +7,7 @@ This project is released under the MIT License.
#include <SFML/Graphics.hpp>
#include <string>
#include "GDCore/Tools/Localization.h"
#include "GDCpp/Object.h"
#include "GDCpp/ImageManager.h"
#include "GDCpp/Serialization/SerializerElement.h"

View File

@@ -19,6 +19,7 @@ This project is released under the MIT License.
#include "GDCore/IDE/EventsRenderingHelper.h"
#include "GDCore/IDE/EventsEditorItemsAreas.h"
#include "GDCore/IDE/EventsEditorSelection.h"
#include "GDCore/Tools/Localization.h"
#include "TimedEventEditorDlg.h"
using namespace std;

View File

@@ -9,6 +9,7 @@ This project is released under the MIT License.
#include <iostream>
#include <set>
#include "TopDownMovementAutomatism.h"
#include "GDCore/Tools/Localization.h"
#include "GDCpp/BuiltinExtensions/MathematicalTools.h"
#include "GDCpp/Scene.h"
#include "GDCpp/Serialization/SerializerElement.h"
@@ -24,7 +25,6 @@ This project is released under the MIT License.
#include <algorithm>
#if defined(GD_IDE_ONLY)
#include <map>
#include "GDCore/Tools/Localization.h"
#include "GDCore/IDE/Dialogs/PropertyDescriptor.h"
#endif