Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Bovo
Commits
cdb11e05
Commit
cdb11e05
authored
Oct 31, 2022
by
Albert Astals Cid
Browse files
Include move.h in game.h
Needed by Qt6 QList
parent
2183023a
Changes
1
Hide whitespace changes
Inline
Side-by-side
game/game.h
View file @
cdb11e05
...
...
@@ -30,6 +30,7 @@
#include
<QStringList>
#include
"common.h"
#include
"move.h"
/** namespace for ai */
...
...
@@ -47,7 +48,6 @@ namespace bovo
class
Board
;
class
Dimension
;
class
Coord
;
class
Move
;
/**
* The Game engine
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment