diff options
author | 2016-02-04 15:01:41 +0100 | |
---|---|---|
committer | 2016-02-04 15:14:27 +0100 | |
commit | 52d97f0dfa95c6400001bf986b6aac6ea9a95a22 (patch) | |
tree | b01325d5a490bcb9c9e7a014b6be14e73cd459ca /src/emu/ui/utils.h | |
parent | 213283e43064d04bc5ba671e23177eb7ebe8d0a2 (diff) |
more mewui -> ui renames (nw)
Diffstat (limited to 'src/emu/ui/utils.h')
-rw-r--r-- | src/emu/ui/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/utils.h b/src/emu/ui/utils.h index 3e339ccadce..4f1f5076351 100644 --- a/src/emu/ui/utils.h +++ b/src/emu/ui/utils.h @@ -223,7 +223,7 @@ struct c_year }; // GLOBAL CLASS -struct mewui_globals +struct ui_globals { static UINT8 curimage_view, curdats_view, cur_sw_dats_view, rpanel; static bool switch_image, redraw_icon, default_image, reset; |