created structure of project; completed 1 point of lab
parents
Showing
+124 -0
.gitignore
0 → 100644
CMakeLists.txt
0 → 100644
source/Application.cpp
0 → 100644
source/Application.h
0 → 100644
source/Builder/ComplexBuilder.cpp
0 → 100644
source/Builder/ComplexBuilder.h
0 → 100644
source/Builder/GameBuilderDirector.cpp
0 → 100644
source/Builder/GameBuilderDirector.h
0 → 100644
source/Builder/IGameBuilder.h
0 → 100644
source/Builder/SimpleBuilder.cpp
0 → 100644
source/Builder/SimpleBuilder.h
0 → 100644
source/Config/Config.h
0 → 100644
source/Draw/IDrawable.h
0 → 100644
source/Draw/IPreparable.h
0 → 100644
source/Draw/MyFont.cpp
0 → 100644
source/Draw/MyFont.h
0 → 100644
source/Event/DeleteStaticEntity.h
0 → 100644
source/Event/IGameEvent.h
0 → 100644
source/Event/LostGame.h
0 → 100644
source/Game/ContentManager.cpp
0 → 100644
Please register or sign in to comment