Loading...
Searching...
No Matches
SoundManager.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 10/3/25.
6//
7
8#ifndef MALENA_SOUNDMANAGER_H
9#define MALENA_SOUNDMANAGER_H
10
14
15namespace ml
16{
49 template<typename Manifest>
50 class SoundManager : public ml::ResourceManager<Manifest, sf::SoundBuffer>
51 {};
52
53} // namespace ml
54
55#endif // MALENA_SOUNDMANAGER_H
Generic manifest-driven resource cache.
Manifest-driven cache for sf::SoundBuffer resources.
Definition Component.h:22