X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fapp.h;h=97f8f8b64897f7e25c03708a09a21baa96328f3e;hb=4e86dbc3eddad9da0b11ecb1b68d68db7b88c57e;hp=0030a9df17a586345b1d9b2e184efb468d1bc16f;hpb=8afeabf06c79c755e5aaffa224e06c4abc92d833;p=vrfileman diff --git a/src/app.h b/src/app.h index 0030a9d..97f8f8b 100644 --- a/src/app.h +++ b/src/app.h @@ -2,12 +2,14 @@ #define APP_H_ #include "gmath/gmath.h" +#include "opt.h" extern int win_width, win_height; extern float win_aspect; extern long time_msec; extern double time_sec; +extern float cam_height; extern Mat4 view_matrix;