X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fapp.h;fp=src%2Fapp.h;h=07f92c2da8b23b28a6fcf1b07bdb19981cbb73d4;hb=51c70e21b25d107c4d86c6ae0c16eac7e0fff22a;hp=4f891e7474cda28742dcd41ed62a1a3fd7e6bb54;hpb=6d36eee057f3d8504e337e6000c664683c2989ab;p=vktest3 diff --git a/src/app.h b/src/app.h index 4f891e7..07f92c2 100644 --- 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);