Loading...
Searching...
No Matches
TextureManager.h
Go to the documentation of this file.
1//
2// Created by Dave Smith on 4/8/25.
3//
4
5#ifndef TEXTUREMANAGER_H
6#define TEXTUREMANAGER_H
7
10
11namespace ml
12{
34 template<typename Manifest>
39 class TextureManager : public ml::ResourceManager<Manifest, sf::Texture>
40 {};
41
42} // namespace ml
43
44#endif // TEXTUREMANAGER_H
Generic manifest-driven resource cache.
Manifest-driven cache for sf::Texture resources.
Definition Component.h:18