summaryrefslogtreecommitdiff
path: root/src/network/network_content_gui.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-15 22:22:55 +0000
committertruebrain <truebrain@openttd.org>2011-12-15 22:22:55 +0000
commit2aa774e831ad1cb7849c998759449ef777c5c664 (patch)
tree37293298be999cb3446fe4af7f11e107bfa17c3d /src/network/network_content_gui.h
parentfd559171b4ab5ce09b67aa8c4e9f2d0482a09558 (diff)
downloadopenttd-2aa774e831ad1cb7849c998759449ef777c5c664.tar.xz
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
Diffstat (limited to 'src/network/network_content_gui.h')
-rw-r--r--src/network/network_content_gui.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/network/network_content_gui.h b/src/network/network_content_gui.h
index 5707c6cf4..6650eb14a 100644
--- a/src/network/network_content_gui.h
+++ b/src/network/network_content_gui.h
@@ -14,12 +14,7 @@
#include "network_content.h"
#include "../window_gui.h"
-
-/** Widgets used by this window */
-enum NetworkContentDownloadStatusWindowWidgets {
- NCDSWW_BACKGROUND, ///< Background
- NCDSWW_CANCELOK, ///< (Optional) Cancel/OK button
-};
+#include "../widgets/network_content_widget.h"
/** Base window for showing the download status of content */
class BaseNetworkContentDownloadStatusWindow : public Window, ContentCallback {