diff options
author | 2019-09-20 00:28:19 +1000 | |
---|---|---|
committer | 2019-09-20 00:28:19 +1000 | |
commit | dac7094f3431b8f933497b0c7693e6baeb1bb75c (patch) | |
tree | 1c3dc049110c54d23dc31a1e6c1e8b11fd24e299 /src/emu/tilemap.h | |
parent | cc25024f791747fa17c1f06bd81c482a86aac91b (diff) |
(nw) misc cleanup:
* get rid of most assert_always
* get rid of a few MCFG_*_OVERRIDE
Diffstat (limited to 'src/emu/tilemap.h')
-rw-r--r-- | src/emu/tilemap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/tilemap.h b/src/emu/tilemap.h index 185311c389a..a116f019c6c 100644 --- a/src/emu/tilemap.h +++ b/src/emu/tilemap.h @@ -298,11 +298,11 @@ ***************************************************************************/ -#pragma once - #ifndef MAME_EMU_TILEMAP_H #define MAME_EMU_TILEMAP_H +#pragma once + //************************************************************************** // CONSTANTS |