Files
Tower-Defense/include/render/loader/TextureLoader.h
2022-03-02 18:51:42 +01:00

19 lines
286 B
C++

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