curvedraw

diff src/app.h @ 1:7dcd0f6113e5

some ui and feedback stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 16 Dec 2015 04:49:16 +0200
parents 8e524989c904
children 7f795f7fecd6
line diff
     1.1 --- a/src/app.h	Tue Dec 15 07:15:53 2015 +0200
     1.2 +++ b/src/app.h	Wed Dec 16 04:49:16 2015 +0200
     1.3 @@ -1,6 +1,9 @@
     1.4  #ifndef APP_H_
     1.5  #define APP_H_
     1.6  
     1.7 +extern int win_width, win_height;
     1.8 +extern float win_aspect;
     1.9 +
    1.10  bool app_init(int argc, char **argv);
    1.11  void app_cleanup();
    1.12