mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix a compilation error when inside GDevelop
This commit is contained in:
@@ -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; }
|
||||
|
@@ -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; }
|
||||
|
@@ -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"
|
||||
|
@@ -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; }
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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;
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user