My Project
|
Class containing all elements of an Sound. More...
#include <ASound.hpp>
Public Member Functions | |
ASound (nlohmann::json const &jsonData) | |
Construct a new ASound object. More... | |
~ASound () | |
Destroy the ASound object. More... | |
MySound & | getSound () |
Get the ASound object. More... | |
Class containing all elements of an Sound.
ASound::ASound | ( | nlohmann::json const & | jsonData | ) |
Construct a new ASound object.
jsonData | path to the sound file |
|
inline |
Destroy the ASound object.