Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Сулимов Игорь Андреевич
Pac-Man
Commits
ffeb0cda
Commit
ffeb0cda
authored
1 week ago
by
Сулимов Игорь Андреевич
Browse files
Options
Download
Patches
Plain Diff
Added the initial IState hierarchy
parent
67b26851
main
No related merge requests found
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
CMakeLists.txt
+6
-1
CMakeLists.txt
include/Application.h
+15
-0
include/Application.h
include/States/ExitState.h
+8
-0
include/States/ExitState.h
include/States/GameState.h
+8
-0
include/States/GameState.h
include/States/IState.h
+19
-0
include/States/IState.h
include/States/SelectState.h
+6
-0
include/States/SelectState.h
source/Application.cpp
+28
-0
source/Application.cpp
source/Application/Application.h
+0
-12
source/Application/Application.h
source/State/ExitState.cpp
+3
-0
source/State/ExitState.cpp
source/State/GameState.cpp
+3
-0
source/State/GameState.cpp
source/State/IState.h
+0
-10
source/State/IState.h
source/State/IStateManager.h
+0
-6
source/State/IStateManager.h
source/State/SelectState.cpp
+1
-0
source/State/SelectState.cpp
source/main.cpp
+3
-1
source/main.cpp
with
100 additions
and
30 deletions
+100
-30
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets