Update to SDL3 & latest imgui

This commit is contained in:
2025-04-02 19:57:16 -06:00
parent f6d63d7ed5
commit 1b088e79e8
20 changed files with 217 additions and 209 deletions

View File

@@ -5,7 +5,7 @@
#include "../window.hpp"
#include "../internal.hpp"
#include <SDL.h>
#include <SDL3/SDL.h>
#include <magic_enum.hpp>
#include <memory>
#include <algorithm>