diff options
Diffstat (limited to 'src/renderer.h')
-rw-r--r-- | src/renderer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/renderer.h b/src/renderer.h index 4aa27bb..a34b231 100644 --- a/src/renderer.h +++ b/src/renderer.h | |||
@@ -117,6 +117,8 @@ public: | |||
117 | const Game& game, | 117 | const Game& game, |
118 | bool drawDark = true); | 118 | bool drawDark = true); |
119 | 119 | ||
120 | static std::tuple<int, int, int, int> calculateZoomRect(const Game& game); | ||
121 | |||
120 | private: | 122 | private: |
121 | 123 | ||
122 | sdl_wrapper sdl_; | 124 | sdl_wrapper sdl_; |