diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-01 16:37:19 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-01 16:37:19 +0200 |
commit | ae15df6689b1245200f8a9eb074c59a200561e49 (patch) | |
tree | 6c62a61863afa74ea15cb94cb43d84b11887fbab /src/game/game.hpp | |
parent | 0fca054fdc11dba086541e2d5a48f6f1406925dd (diff) |
refactor: game move opening rle file to method
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; }; |