Browse Source

typedef?

lizzie/rework-sdl3-cs
lizzie 3 days ago
parent
commit
794e729706
  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; struct SDL_Window;
union SDL_Event; union SDL_Event;
typedef int SDL_TimerID;
namespace Core { namespace Core {
class System; class System;

Loading…
Cancel
Save