fixup timerid

This commit is contained in:
lizzie 2026-06-23 08:24:14 +00:00
parent 794e729706
commit 973a30198a

View file

@ -9,13 +9,12 @@
#include <tuple>
#include <utility>
#include <SDL3/SDL.h>
#include <SDL3/SDL_timer.h>
#include "core/frontend/emu_window.h"
#include "core/frontend/graphics_context.h"
struct SDL_Window;
union SDL_Event;
typedef int SDL_TimerID;
namespace Core {
class System;
}