summaryrefslogtreecommitdiff
path: root/include/egg
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-09-13 11:48:25 +0200
committerrobojumper <robojumper@gmail.com>2025-09-13 11:48:25 +0200
commitc52e38c1c5956637dad04d80b6dd7cbed8b1b36f (patch)
tree9bb17bc58aebb8f833d06878faf33bf609dfa46b /include/egg
parentb8ba5a956c4c9c3f75b8cbb16ccc1ffcb7299570 (diff)
Review feedback, cleanup
Diffstat (limited to 'include/egg')
-rw-r--r--include/egg/audio/eggAudioSystem.h3
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();