malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Resources
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
8
#include <
Malena/Resources/ResourceManager.h
>
9
#include "
SFML/Audio/SoundBuffer.hpp
"
10
11
namespace
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
SoundBuffer.hpp
ResourceManager.h
ml::ResourceManager
Generic manifest-driven resource cache.
Definition
ResourceManager.h:42
ml::SoundManager
Manifest-driven cache for sf::SoundBuffer resources.
Definition
SoundManager.h:50
ml
Definition
Component.h:18
Generated by
1.16.1