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