rnd-20140108-1-src
[rocksndiamonds.git] / src / events.h
index 7a6a7cb0029c24129749687d74783c797deef2ad..eb19b650e707c8171a20c4192ab82fb786252c5f 100644 (file)
@@ -32,6 +32,7 @@ void HandleExposeEvent(ExposeEvent *);
 void HandleButtonEvent(ButtonEvent *);
 void HandleMotionEvent(MotionEvent *);
 #if defined(TARGET_SDL2)
+void HandleWindowEvent(WindowEvent *);
 void HandleFingerEvent(FingerEvent *);
 void HandleTextEvent(TextEvent *);
 #endif