fixed color linearity, and tweaked for VR
[vrfileman] / src / app.h
index bfe96cb..a95e117 100644 (file)
--- 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();