Root includes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include "input.hpp"
|
||||
|
||||
inline constexpr short KEYS_BUFFER_SIZE = 1036;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "../debug/Logger.hpp"
|
||||
#include "../graphics/core/ImageData.hpp"
|
||||
#include "../graphics/core/Texture.hpp"
|
||||
#include "../settings.hpp"
|
||||
#include <settings.hpp>
|
||||
#include "../util/ObjectsKeeper.hpp"
|
||||
#include "Events.hpp"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
#include <typedefs.hpp>
|
||||
|
||||
class ImageData;
|
||||
struct DisplaySettings;
|
||||
|
||||
Reference in New Issue
Block a user