From 2e6ecf423c8228ac8de4badf4fc2d037a876b7ff Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 1 Aug 2015 22:50:00 +0200 Subject: Reading network from file --- src/game_state.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game_state.cpp') diff --git a/src/game_state.cpp b/src/game_state.cpp index d99ca12..5fed683 100644 --- a/src/game_state.cpp +++ b/src/game_state.cpp @@ -88,3 +88,8 @@ void GameState::logState() std::cout << "Spaceship" << spaceship.coords() << std::endl; } } + +std::vector GameState::toBitArray() const +{ + return std::vector(); +} -- cgit v1.2.3