diff options
Diffstat (limited to 'src/camera.h')
-rw-r--r-- | src/camera.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/camera.h b/src/camera.h index beb1260..a0b849a 100644 --- a/src/camera.h +++ b/src/camera.h @@ -78,6 +78,8 @@ public: // Indirect call to player->resize void resize(int width, int height, bool showtext); + void setMute(bool mute); + private: // Info object passed to all sub objects. Info *info; |