blob: f98edf8fb38672c4e22edc49f41417e7681f87c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "app.hpp"
#include "scenery-editor.hpp"
#include "imgui-raii.hpp"
namespace floormat {
void app::draw_editor_scenery_pane(scenery_editor& ed)
{
}
} // namespace floormat
|