#ifndef CommonFuntions_h__ #define CommonFuntions_h__ #include "../../Common.h" #include "../../OpenGL.h" #include "../../GLM.h" class CommonFuntions { public: CommonFuntions() = delete; private: }; #endif