summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/citycon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/citycon.h')
-rw-r--r--src/mame/includes/citycon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/citycon.h b/src/mame/includes/citycon.h
index 21085ae44ef..7058732e8ba 100644
--- a/src/mame/includes/citycon.h
+++ b/src/mame/includes/citycon.h
@@ -50,4 +50,5 @@ public:
uint32_t screen_update_citycon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
inline void changecolor_RRRRGGGGBBBBxxxx( int color, int indx );
+ void citycon(machine_config &config);
};