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