17 lines
214 B
C++
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 |