summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/luaengine.ipp')
-rw-r--r--src/frontend/mame/luaengine.ipp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/mame/luaengine.ipp b/src/frontend/mame/luaengine.ipp
index 3c878b68c2a..d6ca0e981a0 100644
--- a/src/frontend/mame/luaengine.ipp
+++ b/src/frontend/mame/luaengine.ipp
@@ -268,6 +268,9 @@ bool sol_lua_check(sol::types<osd_file::error>, lua_State *L, int index, Handler
// map_handler_type customisation
int sol_lua_push(sol::types<map_handler_type>, lua_State *L, map_handler_type &&value);
+// endianness customisation
+int sol_lua_push(sol::types<map_handler_type>, lua_State *L, map_handler_type &&value);
+
template <typename T>
struct lua_engine::immutable_container_helper