icon name shortening and rudimentary directory visualization
[vrfileman] / src / app.h
index 0030a9d..97f8f8b 100644 (file)
--- 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;