Fixes
This commit is contained in:
@ -21,7 +21,12 @@
|
||||
#include <Vendor/imgui/imgui.h>
|
||||
#include <Vendor/IconsFontAwesome7.h>
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
namespace ia::iae
|
||||
{
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
using Path = std::filesystem::path;
|
||||
}
|
||||
Reference in New Issue
Block a user