|
|
@ -4,8 +4,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "../include/controller/base_controller.h"
|
|
|
|
#include "../include/controller/base_controller.h"
|
|
|
|
#include "../service/simulation_service.h"
|
|
|
|
#include "../service/simulation_service.h"
|
|
|
|
#include "../entity/scene.h"
|
|
|
|
|
|
|
|
#include "../entity/scene_task.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class SimulationController : public BaseController<SimulationController> {
|
|
|
|
class SimulationController : public BaseController<SimulationController> {
|
|
|
|
|
|
|
|
|
|
|
|