Loading...
Searching...
No Matches
TextureManager.h
Go to the documentation of this file.
1// Copyright (c) 2025 Dave R. Smith. All rights reserved.
2// Malena Framework — Proprietary Software. See LICENSE for terms.
3
4//
5// Created by Dave Smith on 4/8/25.
6//
7
8#ifndef MALENA_TEXTUREMANAGER_H
9#define MALENA_TEXTUREMANAGER_H
10
14
15namespace ml
16{
39 template<typename Manifest>
40 class TextureManager : public ml::ResourceManager<Manifest, sf::Texture>
41 {};
42
43} // namespace ml
44
45#endif // MALENA_TEXTUREMANAGER_H
Generic manifest-driven resource cache.
Manifest-driven cache for sf::Texture resources.
Definition Component.h:22