#include <soundcache.h>
List of all members.
|
Static Public Member Functions |
| static SAMPLE * | get (int type) |
| static void | release (int type) |
Static Protected Attributes |
| static std::vector< SAMPLE * > | cache = std::vector<SAMPLE*>(NumSoundFiles) |
Detailed Description
Member Function Documentation
| SAMPLE * SoundCache::get |
( |
int |
type |
) |
[static] |
| void SoundCache::release |
( |
int |
type |
) |
[static] |
Member Data Documentation
std::vector< SAMPLE * > SoundCache::cache = std::vector<SAMPLE*>(NumSoundFiles) [static, protected] |
The documentation for this class was generated from the following files: