a20ef0504a
This reverts commit62653cf65d, reversing changes made tob81bb9eeea.
14 lines
249 B
C++
14 lines
249 B
C++
#ifndef CommonFuntions_h__
|
|
#define CommonFuntions_h__
|
|
|
|
#include "../../Common.h"
|
|
#include "../../OpenGL.h"
|
|
#include "../../GLM.h"
|
|
#include "../Texture.h"
|
|
|
|
namespace CommonFunctions
|
|
{
|
|
Texture* LoadTexture(std::string path, bool threaded);
|
|
};
|
|
|
|
#endif |