Skip to content

Commit c400ca6

Browse files
Update include/RE/M/MARKER_TYPE.h
Co-authored-by: qudix <17361645+qudix@users.noreply.github.com>
1 parent 84c9034 commit c400ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/RE/M/MARKER_TYPE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace RE
44
{
5-
enum MARKER_TYPE : std::uint32_t
5+
enum class MARKER_TYPE : std::uint32_t
66
{
77
kCave = 0x0,
88
kCity = 0x1,

0 commit comments

Comments
 (0)