summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pocketc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pocketc.h')
-rw-r--r--src/mame/includes/pocketc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/pocketc.h b/src/mame/includes/pocketc.h
index 5edc361dc70..d86a319a5aa 100644
--- a/src/mame/includes/pocketc.h
+++ b/src/mame/includes/pocketc.h
@@ -21,6 +21,7 @@ public:
static const unsigned short pocketc_colortable[8][2];
void pocketc_draw_special(bitmap_ind16 &bitmap,int x, int y, const POCKETC_FIGURE fig, int color);
+ void pocketc(machine_config &config);
};
#endif /* POCKETC_H_ */