Root includes

This commit is contained in:
InfiniteCoder
2024-08-04 10:24:11 +03:00
parent eeb9ba77fb
commit d5dc68dd38
132 changed files with 164 additions and 164 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -6,7 +6,7 @@
#include <stack>
#include <vector>
#include "../typedefs.hpp"
#include <typedefs.hpp>
class ImageData;
struct DisplaySettings;