foo
[vktest3] / src / app.h
index 4f891e7..07f92c2 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -7,6 +7,8 @@ enum {
        KEY_PGUP, KEY_PGDOWN
 };
 
+extern int win_width, win_height;
+
 int app_init(void);
 void app_cleanup(void);