| 90 | } |
| 91 | |
| 92 | Interface::Interface(GLFWwindow* w, Lattice::Simulation& s, std::unique_ptr<BaseRenderer>& r, CaptureController& c) |
| 93 | : window_(w), simulation_(&s), renderer_(&r), captureController_(&c) {} |
| 94 | |
| 95 | int Interface::init() { |
| 96 | ImGui::CreateContext(); |
nothing calls this directly
no outgoing calls
no test coverage detected