no clue :) just to push it
[demo] / src / global.h
1 #ifndef GLOBAL_H_
2 #define GLOBAL_H_
3
4 #include <gmath/gmath.h>
5
6 #include "shader_manager.h"
7
8 extern ShaderManager *sdr_man;
9 extern Mat4 mprojection;
10 extern double time_sec;
11
12 #endif // GLOBAL_H_