Files
axyz/include/Engine/Rendering/Util/CommonFunctions.h
T
2016-01-23 18:21:10 +01:00

17 lines
214 B
C++

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