aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/AudioSystem.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-30 16:32:13 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-30 16:32:13 +0100
commiteefaeb807eb5d0b08353389070bf3d27c3d0d958 (patch)
tree14938c761e14ffa776c68836a1fcbaca1a4c1571 /src/crepe/system/AudioSystem.h
parent30e2b2b0cbb503d83a087d8d326940c3c4bc8fff (diff)
test and debug audio system
Diffstat (limited to 'src/crepe/system/AudioSystem.h')
-rw-r--r--src/crepe/system/AudioSystem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/crepe/system/AudioSystem.h b/src/crepe/system/AudioSystem.h
index dee82f6..a004c60 100644
--- a/src/crepe/system/AudioSystem.h
+++ b/src/crepe/system/AudioSystem.h
@@ -35,8 +35,10 @@ private:
void diff_update(AudioSource & component, ComponentPrivate & data, Sound & resource);
+protected:
+ virtual SoundContext & get_context();
private:
- SoundContext context {};
+ Private context;
};
} // namespace crepe