diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 29059e83a..5c9dfdaa1 100644 --- a/src/client.h +++ b/src/client.h @@ -258,6 +258,9 @@ public: static std::string getServerName() { return instance()->mServerName; } + static void resize(int width, int height) + { instance()->resizeVideo(width, height); } + static void setGuiAlpha(float n); static float getGuiAlpha(); |