fixed music still being played in Android version when in background
[rocksndiamonds.git] / src / libgame / sdl.h
index 00b2698ad5cb209044da930b55a7ca8c3d3e54a0..fe4bf7daef4bc8bdf2fc5467a10bcd9a3923e701 100644 (file)
@@ -86,6 +86,7 @@ typedef SDL_MouseMotionEvent  MotionEvent;
 #if defined(TARGET_SDL2)
 typedef SDL_TouchFingerEvent   FingerEvent;
 typedef SDL_TextInputEvent     TextEvent;
+typedef SDL_Event              PauseResumeEvent;
 typedef SDL_WindowEvent                WindowEvent;
 #endif
 typedef SDL_KeyboardEvent      KeyEvent;