Root includes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "LevelScreen.hpp"
|
||||
|
||||
#include "../../core_defs.hpp"
|
||||
#include <core_defs.hpp>
|
||||
#include "../hud.hpp"
|
||||
#include "../LevelFrontend.hpp"
|
||||
#include "../../audio/audio.hpp"
|
||||
#include "../../coders/imageio.hpp"
|
||||
#include "../../debug/Logger.hpp"
|
||||
#include "../../engine.hpp"
|
||||
#include <engine.hpp>
|
||||
#include "../../files/files.hpp"
|
||||
#include "../../content/Content.hpp"
|
||||
#include "../../graphics/core/DrawContext.hpp"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include "../../window/Window.hpp"
|
||||
#include "../../window/Camera.hpp"
|
||||
#include "../../engine.hpp"
|
||||
#include <engine.hpp>
|
||||
|
||||
MenuScreen::MenuScreen(Engine* engine) : Screen(engine) {
|
||||
engine->resetContent();
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "Screen.hpp"
|
||||
|
||||
#include "../../graphics/core/Batch2D.hpp"
|
||||
#include "../../engine.hpp"
|
||||
#include <engine.hpp>
|
||||
|
||||
Screen::Screen(Engine* engine)
|
||||
: engine(engine),
|
||||
|
||||
Reference in New Issue
Block a user