#ifndef _LIBRW_TEXTURELOADER_HPP_ #define _LIBRW_TEXTURELOADER_HPP_ #include #include class TextureLoader { public: bool loadFromMemory(const FileContentsInfo& file, TextureArchive& inTextures); }; #endif