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
@@ -7,7 +7,7 @@
#include <unordered_map>
#include <vector>
#include "../../typedefs.hpp"
#include <typedefs.hpp>
#include "../audio.hpp"
#ifdef __APPLE__
+1 -1
View File
@@ -5,7 +5,7 @@
#include <string>
#include <type_traits>
#include "../../typedefs.hpp"
#include <typedefs.hpp>
#ifdef __APPLE__
#include <OpenAL/al.h>
+1 -1
View File
@@ -6,7 +6,7 @@
#include <memory>
#include <vector>
#include "../typedefs.hpp"
#include <typedefs.hpp>
namespace fs = std::filesystem;