summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/polepos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/polepos.h')
-rw-r--r--src/mame/includes/polepos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/polepos.h b/src/mame/includes/polepos.h
index bc01039678c..3e03aa6165e 100644
--- a/src/mame/includes/polepos.h
+++ b/src/mame/includes/polepos.h
@@ -138,6 +138,9 @@ public:
void draw_road(bitmap_ind16 &bitmap);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );
void zoom_sprite(bitmap_ind16 &bitmap,int big,uint32_t code,uint32_t color,int flipx,int sx,int sy,int sizex,int sizey);
+ void polepos2bi(machine_config &config);
+ void topracern(machine_config &config);
+ void polepos(machine_config &config);
};