Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KBlocks
Commits
a564863d
Commit
a564863d
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
8b95fac7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
AI/KBlocksAIPlayer.cpp
AI/KBlocksAIPlayer.cpp
+0
-1
KBlocksGameReplayer.cpp
KBlocksGameReplayer.cpp
+0
-2
KBlocksSingleGame.cpp
KBlocksSingleGame.cpp
+0
-2
No files found.
AI/KBlocksAIPlayer.cpp
View file @
a564863d
...
...
@@ -13,7 +13,6 @@
#include "KBlocksAIFeature.h"
#include "KBlocksAIPlannerExtend.h"
#include "KBlocksAILog.h"
#include "KBlocksAITypeDefine.h"
#include "kblocks_ai_debug.h"
...
...
KBlocksGameReplayer.cpp
View file @
a564863d
...
...
@@ -10,9 +10,7 @@
#include "KBlocksGameReplayer.h"
#include <sstream>
#include <string>
#include "KBlocksDefine.h"
#include "kblocks_replay_debug.h"
KBlocksGameReplayer
::
KBlocksGameReplayer
(
const
char
*
fileName
,
bool
isBinaryMode
)
...
...
KBlocksSingleGame.cpp
View file @
a564863d
...
...
@@ -8,8 +8,6 @@
* (at your option) any later version. *
***************************************************************************/
#include "KBlocksSingleGame.h"
#include "KBlocksField.h"
#include "KBlocksPiece.h"
#include "utils.h"
#include <QRandomGenerator>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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