Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KSpaceDuel
Commits
ac055d42
Commit
ac055d42
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
bec76c44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
ai.cpp
ai.cpp
+0
-1
mainview.cpp
mainview.cpp
+0
-1
No files found.
ai.cpp
View file @
ac055d42
...
...
@@ -22,7 +22,6 @@
#include <QVector>
#include "mathroutines.h"
#include "options.h"
#include "structs.h"
int
Ai
::
calcFrameIncrement
[
Options
::
EnumAiDifficulty
::
COUNT
]
=
{
15
,
8
,
6
,
2
};
...
...
mainview.cpp
View file @
ac055d42
...
...
@@ -36,7 +36,6 @@
#include <QResizeEvent>
#include <QSvgRenderer>
#include <QStandardPaths>
#include <QTimerEvent>
#include <math.h>
...
...
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