Add pofo_kbd.h to build scripts so it's picked up when generating IDE projects.

This commit is contained in:
Vas Crabb 2021-06-30 22:45:06 +10:00
parent c9fc85d96d
commit e1ceb9f3e8

View File

@ -1899,6 +1899,7 @@ files {
MAME_DIR .. "src/mame/machine/lynx.cpp",
MAME_DIR .. "src/mame/drivers/pofo.cpp",
MAME_DIR .. "src/mame/machine/pofo_kbd.cpp",
MAME_DIR .. "src/mame/machine/pofo_kbd.h",
MAME_DIR .. "src/mame/drivers/tvboy.cpp",
}