diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/frontend/mame/luaengine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/luaengine.h b/src/frontend/mame/luaengine.h index b360d932514..c46e9b91fc9 100644 --- a/src/frontend/mame/luaengine.h +++ b/src/frontend/mame/luaengine.h @@ -18,6 +18,8 @@ #define __LUA_ENGINE_H__ #include <map> +#define SOL_SAFE_USERTYPE +#define SOL_CHECK_ARGUMENTS #include "sol2/sol.hpp" class cheat_manager; |