summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blockout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blockout.h')
-rw-r--r--src/mame/includes/blockout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/blockout.h b/src/mame/includes/blockout.h
index 5062ef9b1e1..355381d7b14 100644
--- a/src/mame/includes/blockout.h
+++ b/src/mame/includes/blockout.h
@@ -54,4 +54,6 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(blockout_scanline);
void setcolor( int color, int rgb );
void update_pixels( int x, int y );
+ void blockout(machine_config &config);
+ void agress(machine_config &config);
};