diff options
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r-- | src/game/game.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp index 9fc5237..d6e2979 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -132,4 +132,6 @@ private: static void _erase_line_from_cursor() noexcept; void _process_next_generation() noexcept; + + void _open_rle_file(CommandInfo::Options options) noexcept; }; |