diff options
Diffstat (limited to 'loader/scenery-cell.hpp')
-rw-r--r-- | loader/scenery-cell.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/loader/scenery-cell.hpp b/loader/scenery-cell.hpp new file mode 100644 index 00000000..8c954b5a --- /dev/null +++ b/loader/scenery-cell.hpp @@ -0,0 +1,13 @@ +#pragma once +#include "src/scenery.hpp" +#include <Corrade/Containers/String.h> + +namespace floormat { + +struct scenery_cell final +{ + String name; + scenery_proto proto; +}; + +} // namespace floormat |