added more options
[vrfileman] / src / app.h
index a95e117..aecf645 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -20,6 +20,8 @@ void app_mouse_button(int bn, bool pressed, int x, int y);
 void app_mouse_motion(int x, int y);
 
 // the following functions are implemented by the window system backend
+void app_resize(int x, int y);
+void app_fullscreen(int fs);
 void app_quit();
 void app_redraw();
 void app_swap_buffers();