Change file organization 5 (GDCpp/Project)

This commit is contained in:
Florian Rival
2015-11-01 17:06:23 +01:00
parent cd9ae7ca40
commit db69c83a58
140 changed files with 202 additions and 202 deletions
@@ -11,11 +11,11 @@ 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/Project/Object.h"
#include "GDCpp/ImageManager.h"
#include "GDCpp/Serialization/SerializerElement.h"
#include "GDCpp/Position.h"
#include "GDCpp/Project.h"
#include "GDCpp/Project/InitialInstance.h"
#include "GDCpp/Project/Project.h"
#include "GDCpp/RuntimeScene.h"
#include "GDCore/Utf8/utf8.h"
#include "TextEntryObject.h"