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/drivers/tattack.cpp | |
parent | 084c0472a4f09e8ad9a20294809fbae7de49d562 (diff) |
Remove tilemap.h from emu.h (nw)
Diffstat (limited to 'src/mame/drivers/tattack.cpp')
-rw-r--r-- | src/mame/drivers/tattack.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tattack.cpp b/src/mame/drivers/tattack.cpp index 13696b3c0b2..d040ae8ad39 100644 --- a/src/mame/drivers/tattack.cpp +++ b/src/mame/drivers/tattack.cpp @@ -54,6 +54,7 @@ #include "screen.h" #include "sound/samples.h" #include "speaker.h" +#include "tilemap.h" class tattack_state : public driver_device |