summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/luaengine.h')
-rw-r--r--src/frontend/mame/luaengine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/mame/luaengine.h b/src/frontend/mame/luaengine.h
index c8189f82083..cfa899ad299 100644
--- a/src/frontend/mame/luaengine.h
+++ b/src/frontend/mame/luaengine.h
@@ -28,6 +28,7 @@
#include "sol2/sol.hpp"
struct lua_State;
+class mame_ui_manager;
class lua_engine
{
@@ -166,6 +167,8 @@ private:
bool busy;
bool yield;
};
+
+ mame_ui_manager *mame_ui();
};
#endif // MAME_FRONTEND_MAME_LUAENGINE_H