From 96c9112785e158a267443831fe9f3fa857d60b14 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 23 May 2017 14:58:36 +1000 Subject: general cleanup: * move rarely-used output and pty interfaces out of emu.h * consolidate and de-duplicate forward declarations, also remove some obsolete ones * clean up more #include guard macros * scope down a few more things (nw) Everyone, please keep forward declarations for src/emu in src/emu/emufwd.h - this will make it far easier to keep them in sync with declarations than having them scattered through all the other files. --- 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 0b6a770bdfc..5718b938030 100644 --- a/scripts/src/emu.lua +++ b/scripts/src/emu.lua @@ -38,6 +38,7 @@ includedirs { files { MAME_DIR .. "src/emu/emu.h", + MAME_DIR .. "src/emu/emufwd.h", MAME_DIR .. "src/emu/main.h", MAME_DIR .. "src/emu/main.cpp", MAME_DIR .. "src/emu/gamedrv.h", -- cgit v1.2.3-70-g09d2