diff options
Diffstat (limited to 'loader.hpp')
| -rw-r--r-- | loader.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ struct loader_ { virtual std::string shader(const Containers::StringView& filename) = 0; virtual Trade::ImageData2D tile_texture(const Containers::StringView& filename) = 0; - virtual std::shared_ptr<tile_atlas> tile_atlas(const Containers::StringView& filename, Vector2i size) = 0; + virtual std::shared_ptr<struct tile_atlas> tile_atlas(const Containers::StringView& filename, Vector2i size) = 0; static void destroy(); loader_(const loader_&) = delete; |
