1 #ifndef HB_SOUND_BUFFER_H
2 #define HB_SOUND_BUFFER_H
3 #include "../Core/Resource.h"
4 #include "../Core/Time.h"
5 #include "SoundManager.h"
16 SoundBuffer(
const sf::SoundBuffer& buffer,
const std::string&
id);
20 static SoundBuffer loadFromFile(
const std::string& path);
21 Time getDuration()
const;
Class representing a loaded resource.
Definition: Resource.h:16
Definition: Box2DPlugin.h:6
Definition: SoundBuffer.h:13
Class for representing intervals of time.
Definition: Time.h:13