switch to SDL3 dep

This commit is contained in:
octocar 2025-10-01 21:04:31 +02:00
parent 4be6d30cd9
commit 0a48e85a31
21 changed files with 57 additions and 57 deletions

View file

@ -8,7 +8,7 @@
#include <thread>
#include <unordered_map>
#include <SDL.h>
#include <SDL3/SDL.h>
#include "common/common_types.h"
#include "common/threadsafe_queue.h"