diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 82bb4be15..90198abf4 100644 --- a/src/client.h +++ b/src/client.h @@ -315,6 +315,8 @@ public: int actualHeight, const bool always); + void applyScale(); + bool limitPackets(const int type) A_WARN_UNUSED; bool checkPackets(const int type) const A_WARN_UNUSED; |