aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/AudioSystem.h
diff options
context:
space:
mode:
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