diff options
Diffstat (limited to 'src/emu/drawgfx.h')
-rw-r--r-- | src/emu/drawgfx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/drawgfx.h b/src/emu/drawgfx.h index 0ef35862474..a588fbc61eb 100644 --- a/src/emu/drawgfx.h +++ b/src/emu/drawgfx.h @@ -14,7 +14,7 @@ #ifndef __DRAWGFX_H__ #define __DRAWGFX_H__ -#include "mamecore.h" +#include "emucore.h" @@ -115,7 +115,7 @@ struct _gfx_layout }; -/* In mamecore.h: typedef struct _gfx_element gfx_element; */ +/* In emucore.h: typedef struct _gfx_element gfx_element; */ struct _gfx_element { UINT16 width; /* current pixel width of each element (changeble with source clipping) */ |