diff options
Diffstat (limited to 'include/egg/audio/eggAudioSystem.h')
| -rw-r--r-- | include/egg/audio/eggAudioSystem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/egg/audio/eggAudioSystem.h b/include/egg/audio/eggAudioSystem.h index 80f4ea73..8ab47824 100644 --- a/include/egg/audio/eggAudioSystem.h +++ b/include/egg/audio/eggAudioSystem.h @@ -10,8 +10,11 @@ public: AudioSystem(); ~AudioSystem(); + // TODO - this seems to use milliseconds as the unit, but + // calling code seems to pass frame counts... void reset(s32 ms); void recoverReset(); + // TODO - see reset void shutdown(s32 ms); void calc(); |
