update project includes format

This commit is contained in:
MihailRis
2024-08-10 01:37:48 +03:00
parent 6c4fb417c5
commit f43cc93cd2
233 changed files with 1028 additions and 1028 deletions
+5 -5
View File
@@ -4,8 +4,8 @@
#include <GLFW/glfw3.h>
#include <string.h>
#include <debug/Logger.hpp>
#include <util/stringutil.hpp>
#include "debug/Logger.hpp"
#include "util/stringutil.hpp"
#include "Window.hpp"
static debug::Logger logger("events");
@@ -165,9 +165,9 @@ void Events::setPosition(float xpos, float ypos) {
Events::cursor.y = ypos;
}
#include <coders/json.hpp>
#include <coders/toml.hpp>
#include <data/dynamic.hpp>
#include "coders/json.hpp"
#include "coders/toml.hpp"
#include "data/dynamic.hpp"
std::string Events::writeBindings() {
dynamic::Map obj;
+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;
+5 -5
View File
@@ -7,11 +7,11 @@
#include <iostream>
#include <thread>
#include <debug/Logger.hpp>
#include <graphics/core/ImageData.hpp>
#include <graphics/core/Texture.hpp>
#include <settings.hpp>
#include <util/ObjectsKeeper.hpp>
#include "debug/Logger.hpp"
#include "graphics/core/ImageData.hpp"
#include "graphics/core/Texture.hpp"
#include "settings.hpp"
#include "util/ObjectsKeeper.hpp"
#include "Events.hpp"
static debug::Logger logger("window");
+1 -1
View File
@@ -6,7 +6,7 @@
#include <stack>
#include <vector>
#include <typedefs.hpp>
#include "typedefs.hpp"
class ImageData;
struct DisplaySettings;
+1 -1
View File
@@ -3,7 +3,7 @@
#include <string>
#include <util/RunnablesList.hpp>
#include "util/RunnablesList.hpp"
/// @brief Represents glfw3 keycode values.
enum class keycode : int {