mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-02 01:37:46 +00:00
Remove all warnings from source code
This commit is contained in:
parent
ff671f2171
commit
a9b9ed95f3
31 changed files with 72 additions and 48 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue