diff options
author | 2019-08-21 14:09:01 -0400 | |
---|---|---|
committer | 2019-08-21 14:09:01 -0400 | |
commit | 121326f802fc04a70c3e9929f33973ade9c389ee (patch) | |
tree | 400f7164e2bfe33680702e50834bcb1845263052 /src/mame/includes/tigeroad.h | |
parent | 084c0472a4f09e8ad9a20294809fbae7de49d562 (diff) |
Remove tilemap.h from emu.h (nw)
Diffstat (limited to 'src/mame/includes/tigeroad.h')
-rw-r--r-- | src/mame/includes/tigeroad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/tigeroad.h b/src/mame/includes/tigeroad.h index cec75405f12..26fd3646a43 100644 --- a/src/mame/includes/tigeroad.h +++ b/src/mame/includes/tigeroad.h @@ -16,6 +16,7 @@ #include "video/bufsprite.h" #include "emupal.h" +#include "tilemap.h" class tigeroad_state : public driver_device |