summaryrefslogtreecommitdiffhomepage
path: root/loader/scenery.hpp
blob: 55f3f9727fb422be73240695d39d52d7b407741a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include "src/scenery.hpp"
#include <Corrade/Containers/String.h>

namespace floormat {

struct serialized_scenery final
{
    String name, descr;
    scenery_proto proto;
};

} // namespace floormat