| 21 | } |
| 22 | |
| 23 | void SimulationInteractionController::init(SimulationFacade simulationFacade) |
| 24 | { |
| 25 | _simulationFacade = simulationFacade; |
| 26 | _editorOn = OpenGLHelper::loadTexture(Const::EditorOnFilename); |
| 27 | _editorOff = OpenGLHelper::loadTexture(Const::EditorOffFilename); |
| 28 | } |
| 29 | |
| 30 | void SimulationInteractionController::process() |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected