Loading...
Searching...
No Matches
SoundManager.h
Go to the documentation of this file.
1//
2// Created by Dave Smith on 10/3/25.
3//
4
5#ifndef SOUNDMANAGER_H
6#define SOUNDMANAGER_H
7
10
11namespace ml
12{
44 template<typename Manifest>
49 class SoundManager : public ml::ResourceManager<Manifest, sf::SoundBuffer>
50 {};
51
52} // namespace ml
53
54#endif // SOUNDMANAGER_H
Generic manifest-driven resource cache.
Manifest-driven cache for sf::SoundBuffer resources.
Definition Component.h:18