summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/triplhnt.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-13 10:24:35 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-13 10:24:35 +0000
commit3380ccb4021aebfa6e6d029c59e0581c10773ffd (patch)
tree7d276071704612d9e1a55a87fe3b19f601e2b0ff /src/mame/includes/triplhnt.h
parente1c9c9f661f81189ca2ac923185e33f30f38756b (diff)
Modernization of drivers part 19 (no whatsnew)
Diffstat (limited to 'src/mame/includes/triplhnt.h')
-rw-r--r--src/mame/includes/triplhnt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/triplhnt.h b/src/mame/includes/triplhnt.h
index 52e9a4f41f9..bd4ef6985e4 100644
--- a/src/mame/includes/triplhnt.h
+++ b/src/mame/includes/triplhnt.h
@@ -52,6 +52,9 @@ public:
virtual void palette_init();
UINT32 screen_update_triplhnt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(triplhnt_hit_callback);
+ void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void triplhnt_set_collision(int code);
+ void triplhnt_update_misc(address_space &space, int offset);
};