mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-27 03:26:17 +02:00
fixup timerid
This commit is contained in:
parent
794e729706
commit
973a30198a
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue