diff options
Diffstat (limited to 'src/game/client/components/sounds.hpp')
| -rw-r--r-- | src/game/client/components/sounds.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/sounds.hpp b/src/game/client/components/sounds.hpp index 5e3dfd6e..95ddb1ec 100644 --- a/src/game/client/components/sounds.hpp +++ b/src/game/client/components/sounds.hpp @@ -16,6 +16,7 @@ public: virtual void on_render(); void play(int chn, int setid, float vol, vec2 pos); + void play_and_record(int chn, int setid, float vol, vec2 pos); }; |