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

@@ -4,7 +4,7 @@
#include <InputSettings.hpp>
#include <ImGuiImpl/TabBar.hpp>
#include <ImGuiImpl/PopupWindow.hpp>
#include <SDL3/SDL_keycode.h>
#include <SDL3/SDL.h>
#include <memory>
class SettingsWindow final {