Files
Tower-Defense/include/render/loader/TextureLoader.h
2021-09-19 17:33:16 +02:00

17 lines
290 B
C++

/*
* TextureLoader.h
*
* Created on: 15 nov. 2020
* Author: simon
*/
#ifndef RENDER_LOADER_TEXTURELOADER_H_
#define RENDER_LOADER_TEXTURELOADER_H_
namespace TextureLoader {
const unsigned int loadGLTexture(const char* fileName);
}
#endif /* RENDER_LOADER_TEXTURELOADER_H_ */