diff options
Diffstat (limited to 'editor/imgui-scenery.cpp')
| -rw-r--r-- | editor/imgui-scenery.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editor/imgui-scenery.cpp b/editor/imgui-scenery.cpp new file mode 100644 index 00000000..f98edf8f --- /dev/null +++ b/editor/imgui-scenery.cpp @@ -0,0 +1,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 |
