Fix Visual Studio build (nw)

This commit is contained in:
Miodrag Milanovic 2016-11-16 16:25:17 +01:00
parent b2e7e78453
commit 79714c47d2
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ const int COMMENT_VERSION = 1;
typedef int (*debug_instruction_hook_func)(device_t &device, offs_t curpc);
struct xml_data_node;
class xml_data_node;
// ======================> device_debug

View File

@ -661,7 +661,7 @@ class ioport_field;
struct ioport_field_live;
class ioport_manager;
class natural_keyboard;
struct xml_data_node;
class xml_data_node;
class analog_field;
// constructor function pointer

View File

@ -167,7 +167,7 @@ class device_t;
class screen_device;
class render_container;
class render_manager;
struct xml_data_node;
class xml_data_node;
class render_font;
struct object_transform;
class layout_element;