#include <soundmodule.h>
Inheritance diagram for kerosin::SoundModule:
Public Member Functions | |
SoundModule (SoundServer &inServer) | |
virtual | ~SoundModule () |
virtual void | Load (const std::string &inName)=0 |
virtual void | Load (void *inBuffer, int inSize)=0 |
virtual void | Play ()=0 |
Definition at line 30 of file soundmodule.h.
|
Definition at line 33 of file soundmodule.h. |
|
Definition at line 34 of file soundmodule.h. |
|
Implemented in SoundModuleFMOD. |
|
Implemented in SoundModuleFMOD. |
|
Implemented in SoundModuleFMOD. |