can't use shared_ptr on SDL_Window

This commit is contained in:
SimoZ64
2025-05-07 17:22:01 +02:00
parent c175d58f03
commit 6cf2e7ab70
11 changed files with 28 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
#include <unordered_map>
#include <ImGuiImpl/PushButton.hpp>
#include <ImGuiImpl/Combobox.hpp>
#include <SDL3/SDL_keycode.h>
#include <SDL3/SDL.h>
class InputSettings final {
bool grabbing = false;