List of all members.
Detailed Description
Music Resource.
Derived from the Resource class.
Constructor & Destructor Documentation
| Music::Music |
( |
const std::string & |
filePath |
) |
|
Member Function Documentation
| Mix_Music * Music::getMusic |
( |
|
) |
const |
Should this be private and just friend the Mixer class?
| void Music::load |
( |
|
) |
[private, virtual] |
Performs the necessary operations to load a Resource.
- Note:
- This is a pure virtual function and so must be overridden by all derived classes.
-
It is the responsibility of the derived class to call this function.
Implements Resource.
Member Data Documentation
Persistent memory buffer for Mix_Music.
The documentation for this class was generated from the following files:
- C:/Development/LoM/client/src/Resources/Music.h
- C:/Development/LoM/client/src/Resources/Music.cpp