minor refactor

This commit is contained in:
MihailRis
2024-05-05 20:08:25 +03:00
parent 75e56ebd83
commit 7f8a86b740
35 changed files with 76 additions and 83 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#include "settings_io.hpp"
#include "../window/Events.h"
#include "../window/input.h"
#include "../coders/toml.h"
#include "../window/Events.hpp"
#include "../window/input.hpp"
#include "../coders/toml.hpp"
#include "../coders/json.h"
#include "../debug/Logger.hpp"
#include "../settings.h"