summaryrefslogtreecommitdiffhomepage
path: root/serialize/atlas-type.hpp
blob: 01b682c388396e3d7faa32d258eb64d214bfd1b2 (plain)
1
2
3
4
5
6
7
8
#pragma once

namespace floormat::Serialize {
    enum class atlas_type : uint8_t
    {
        none, ground, wall, object,
    };
} // namespace floormat::Serialize