X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fglobal.h;h=1bdc469b83398725d95843b7ba99dbd03a37a117;hb=HEAD;hp=f56b34c18dba84f4ad2055b2f61d6ec23c717f6d;hpb=fcd6773bc770425ede4b47a84eef7cc78342542c;p=demo diff --git a/src/global.h b/src/global.h index f56b34c..1bdc469 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 +#endif // GLOBAL_H_