(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
This commit is contained in:
@@ -24,16 +24,11 @@
|
||||
#include "console_func.h"
|
||||
#include "window_gui.h"
|
||||
|
||||
#include "widgets/error_widget.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include <list>
|
||||
|
||||
/** Widgets of the error message windows */
|
||||
enum ErrorMessageWidgets {
|
||||
EMW_CAPTION,
|
||||
EMW_FACE,
|
||||
EMW_MESSAGE,
|
||||
};
|
||||
|
||||
static const NWidgetPart _nested_errmsg_widgets[] = {
|
||||
NWidget(NWID_HORIZONTAL),
|
||||
NWidget(WWT_CLOSEBOX, COLOUR_RED),
|
||||
|
Reference in New Issue
Block a user