diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-10 10:49:31 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-10 10:49:31 +0200 |
| commit | a9b9ed95f39cff40710e74ed81fdedee1cfad9e2 (patch) | |
| tree | acd01294ad1ae6f88b7515d6a6d8ac790f444f1d /src/game_tab/Game.hpp | |
| parent | ff671f2171396088210600bab39ad9631e0d1daf (diff) | |
Remove all warnings from source code
Diffstat (limited to 'src/game_tab/Game.hpp')
| -rw-r--r-- | src/game_tab/Game.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp index d6e1582..94f49fc 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -11,12 +11,12 @@ */ class Game { /// @brief 64 char string that contains all the pieces on the board (used in BoardCanvas) + HalfMove *current; + HalfMove *moves; std::string board; std::string initial_fen; std::string result; std::unordered_map<std::string, std::string> tags; - HalfMove *moves; - HalfMove *current; /// @brief Used by various methods of the class chessarbiter::ChessArbiter arbiter; |
