summaryrefslogtreecommitdiffhomepage
path: root/src/object-type.hpp
blob: 8c84c31a83b9b88527cdffe4d9a68b5cf5d9c498 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace floormat {

enum class object_type : unsigned char {
    none, critter, scenery, light, COUNT,
};

} // namespace floormat