X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Fapp.h;h=a95e1171d57f7161023951044d80c65820e6a8a6;hp=bfe96cb083126424e6d7747fa7882a756abae56c;hb=cb2703917746784c4ea3408a049ff4297dfc268e;hpb=b4582685152d23c4c3b6c7ead4d651c4df06eb01 diff --git a/src/app.h b/src/app.h index bfe96cb..a95e117 100644 --- a/src/app.h +++ b/src/app.h @@ -1,10 +1,15 @@ #ifndef APP_H_ #define APP_H_ +#include "gmath/gmath.h" + extern int win_width, win_height; extern float win_aspect; extern long time_msec; +extern Mat4 view_matrix; + + bool app_init(int argc, char **argv); void app_cleanup();