diff options
Diffstat (limited to 'src/frontend/mame/luaengine.h')
-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 1aaa83bbf0b..b070969f424 100644 --- a/src/frontend/mame/luaengine.h +++ b/src/frontend/mame/luaengine.h @@ -123,6 +123,8 @@ private: struct addr_space; class tap_helper; class addr_space_change_notif; + class symbol_table_wrapper; + class expression_wrapper; struct save_item { void *base; |