#pragma once namespace floormat { enum class scenery_type : unsigned char { none, generic, door, COUNT, }; template struct scenery_type_; } // namespace floormat