quick backup
[demo] / src / global.h
index f56b34c..12aca5c 100644 (file)
@@ -1,7 +1,11 @@
 #ifndef GLOBAL_H_
 #define GLOBAL_H_
 
+#include <gmath/gmath.h>
+
 #include "shader_manager.h"
+
 extern ShaderManager *sdr_man;
+extern Mat4 mprojection;
 
 #endif // GLOBAL_H_
\ No newline at end of file