Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KsirK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Games
KsirK
Commits
b462068c
Commit
b462068c
authored
Apr 30, 2008
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix forward declaration
svn path=/trunk/kdereview/ksirk/; revision=802652
parent
305069f6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
CMakeLists.txt
CMakeLists.txt
+0
-1
ksirk/fightArena.h
ksirk/fightArena.h
+0
-1
ksirk/mainMenu.h
ksirk/mainMenu.h
+0
-3
No files found.
CMakeLists.txt
View file @
b462068c
...
...
@@ -4,6 +4,5 @@ add_definitions(${KDE4_ENABLE_EXCEPTIONS})
remove_definitions
(
-DQT_NO_STL
)
#MESSAGE(STATUS "currently finishing the porting of KsirK to kde4")
add_subdirectory
(
ksirk
)
ksirk/fightArena.h
View file @
b462068c
...
...
@@ -41,7 +41,6 @@
#include <vector>
class
KGameIO
;
namespace
Ksirk
{
...
...
ksirk/mainMenu.h
View file @
b462068c
...
...
@@ -36,15 +36,12 @@
#include <kstandardgameaction.h>
#include <KAction>
class
KGameIO
;
namespace
Ksirk
{
namespace
GameLogic
{
class
ONU
;
class
Country
;
class
GameAutomaton
;
}
...
...
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