can't use shared_ptr on SDL_Window
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include <InputSettings.hpp>
|
||||
#include <log.hpp>
|
||||
#include <SDL3/SDL_events.h>
|
||||
#include <SDL3/SDL_init.h>
|
||||
#include <SDL3/SDL_keycode.h>
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
InputSettings::InputSettings(nlohmann::json &settings) : settings(settings) {
|
||||
for(auto& kb : kbButtons) {
|
||||
|
||||
Reference in New Issue
Block a user