From a11d1fe266af6f4212481c9e823bcde365ad0fae Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sat, 22 Jul 2017 14:32:29 +1000 Subject: convenience macro for enum bitwise operators (nw) --- src/frontend/mame/cheat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/mame/cheat.h') diff --git a/src/frontend/mame/cheat.h b/src/frontend/mame/cheat.h index 93b7d1ebfb8..b685dba2c33 100644 --- a/src/frontend/mame/cheat.h +++ b/src/frontend/mame/cheat.h @@ -31,7 +31,7 @@ enum script_state SCRIPT_STATE_CHANGE, SCRIPT_STATE_COUNT }; -DECLARE_ENUM_OPERATORS(script_state) +DECLARE_ENUM_INCDEC_OPERATORS(script_state) -- cgit v1.2.3