diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 3fd0f4094..2eed8fbfd 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -65,6 +65,8 @@ class SoundEffect final : public Resource bool play(const int loops, const int volume, const int channel = -1) const; + int calcMemoryLocal() override final; + protected: /** * Constructor. |