X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fglobal.h;h=cbcbed698bd29029bfa0b8d371773a625ba16e7a;hb=978140660bed8a4bbe782dc5ca0516a80e1ba233;hp=f56b34c18dba84f4ad2055b2f61d6ec23c717f6d;hpb=fcd6773bc770425ede4b47a84eef7cc78342542c;p=demo diff --git a/src/global.h b/src/global.h index f56b34c..cbcbed6 100644 --- a/src/global.h +++ b/src/global.h @@ -1,7 +1,12 @@ #ifndef GLOBAL_H_ #define GLOBAL_H_ +#include + #include "shader_manager.h" + extern ShaderManager *sdr_man; +extern Mat4 mprojection; +extern double time_sec; #endif // GLOBAL_H_ \ No newline at end of file