#include "app.hpp" #include "scenery-editor.hpp" #include "imgui-raii.hpp" namespace floormat { void app::draw_editor_scenery_pane(scenery_editor& ed) { } } // namespace floormat