aboutsummaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-01 16:37:19 +0200
committerHampusM <hampus@hampusmat.com>2022-07-01 16:37:19 +0200
commitae15df6689b1245200f8a9eb074c59a200561e49 (patch)
tree6c62a61863afa74ea15cb94cb43d84b11887fbab /src/game/game.hpp
parent0fca054fdc11dba086541e2d5a48f6f1406925dd (diff)
refactor: game move opening rle file to method
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp2
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;
};