terravisor/include/load_texture.h

8 lines
141 B
C
Raw Normal View History

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