From ee302246c9e6fb48966df290387c9c471c1cc0d7 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Mon, 1 Aug 2016 08:01:34 -0400 Subject: Changes rom_entry from a struct to a class, storing its strings as std::string and separated the declaration into a new header. This should really be followed up by further changes to eliminate the usage of the weird accessor macros in favor of conventional C++ accessors --- scripts/src/emu.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/src/emu.lua') diff --git a/scripts/src/emu.lua b/scripts/src/emu.lua index 1f96f3b4e22..2302811a058 100644 --- a/scripts/src/emu.lua +++ b/scripts/src/emu.lua @@ -149,6 +149,7 @@ files { MAME_DIR .. "src/emu/rendutil.h", MAME_DIR .. "src/emu/romload.cpp", MAME_DIR .. "src/emu/romload.h", + MAME_DIR .. "src/emu/romentry.h", MAME_DIR .. "src/emu/save.cpp", MAME_DIR .. "src/emu/save.h", MAME_DIR .. "src/emu/schedule.cpp", -- cgit v1.2.3-70-g09d2