moved shooting controlls to separate lib and added tests for them
Showing
- src/game/CMakeLists.txt 3 additions, 4 deletionssrc/game/CMakeLists.txt
- src/game/game.cpp 3 additions, 9 deletionssrc/game/game.cpp
- src/game/game.h 2 additions, 2 deletionssrc/game/game.h
- src/game/shoot_controller/CMakeLists.txt 11 additions, 0 deletionssrc/game/shoot_controller/CMakeLists.txt
- src/game/shoot_controller/multi_shot.cpp 1 addition, 1 deletionsrc/game/shoot_controller/multi_shot.cpp
- src/game/shoot_controller/multi_shot.h 1 addition, 1 deletionsrc/game/shoot_controller/multi_shot.h
- src/game/shoot_controller/shoot_controller.cpp 37 additions, 0 deletionssrc/game/shoot_controller/shoot_controller.cpp
- src/game/shoot_controller/shoot_controller.h 16 additions, 3 deletionssrc/game/shoot_controller/shoot_controller.h
- src/game/shoot_controller/single_shot.cpp 3 additions, 0 deletionssrc/game/shoot_controller/single_shot.cpp
- src/game/shoot_controller/single_shot.h 1 addition, 1 deletionsrc/game/shoot_controller/single_shot.h
- test/tests.cpp 43 additions, 1 deletiontest/tests.cpp
Loading
Please register or sign in to comment