cybergrid
[vrfileman] / src / app.h
index ee34a44..bfe96cb 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -15,6 +15,7 @@ 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_quit();
 void app_redraw();
 void app_swap_buffers();
 long app_get_msec();