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
414c6df5
Commit
414c6df5
authored
6 days ago
by
Сулимов Игорь Андреевич
Browse files
Options
Download
Patches
Plain Diff
Added IVisitor and IVisitable
parent
ff06c378
main
No related merge requests found
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
CMakeLists.txt
+2
-0
CMakeLists.txt
include/Commands/ChangeStateCommand.h
+0
-2
include/Commands/ChangeStateCommand.h
include/Context/GameContext.h
+2
-1
include/Context/GameContext.h
include/Events/DeleteStaticEntity.hpp
+12
-0
include/Events/DeleteStaticEntity.hpp
include/Events/IGameEvent.h
+10
-0
include/Events/IGameEvent.h
include/Events/LostGame.hpp
+8
-0
include/Events/LostGame.hpp
include/MazeContent/Entities/DynamicEntities/Enemy.h
+1
-0
include/MazeContent/Entities/DynamicEntities/Enemy.h
include/MazeContent/Entities/DynamicEntities/IDynamicEntity.h
+4
-1
...ude/MazeContent/Entities/DynamicEntities/IDynamicEntity.h
include/MazeContent/Entities/StaticEntities/Food.h
+1
-0
include/MazeContent/Entities/StaticEntities/Food.h
include/MazeContent/Entities/StaticEntities/IStaticEntity.h
+4
-1
include/MazeContent/Entities/StaticEntities/IStaticEntity.h
include/States/GameState.h
+1
-0
include/States/GameState.h
include/Visit/IVisitable.h
+10
-0
include/Visit/IVisitable.h
include/Visit/IVisitor.h
+13
-0
include/Visit/IVisitor.h
source/Events/DeleteStaticEntity.cpp
+10
-0
source/Events/DeleteStaticEntity.cpp
source/Events/LostGame.cpp
+5
-0
source/Events/LostGame.cpp
source/MazeContent/Entities/DynamicEntities/Enemy.cpp
+4
-0
source/MazeContent/Entities/DynamicEntities/Enemy.cpp
source/MazeContent/Entities/StaticEntities/Food.cpp
+4
-0
source/MazeContent/Entities/StaticEntities/Food.cpp
source/States/GameState.cpp
+2
-0
source/States/GameState.cpp
with
93 additions
and
5 deletions
+93
-5
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