Browse Source

typedef?

lizzie/rework-sdl3-cs
lizzie 1 month ago
parent
commit
db0042bedc
  1. 1
      src/yuzu_cmd/emu_window/emu_window_sdl3.h

1
src/yuzu_cmd/emu_window/emu_window_sdl3.h

@ -14,6 +14,7 @@
struct SDL_Window;
union SDL_Event;
typedef int SDL_TimerID;
namespace Core {
class System;

Loading…
Cancel
Save