summaryrefslogtreecommitdiffhomepage
path: root/src/scenery-type.hpp
blob: 98cb9b10e0f6242784c122c37202c5c4a0027a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

namespace floormat {

enum class scenery_type : unsigned char {
    none, generic, door, COUNT,
};

template<typename T> struct scenery_type_;

} // namespace floormat