#ifndef LOAD_TEXTURE_H_
#define LOAD_TEXTURE_H_
namespace Texture {
void LoadTexture(const char* filePath);
}
#endif // LOAD_TEXTURE_H_