summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 59df38052..918c3374a 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -180,6 +180,9 @@ struct WindowDesc : ZeroedMemoryAllocator {
uint32 flags; ///< Flags. @see WindowDefaultFlag
const NWidgetPart *nwid_parts; ///< Nested widget parts describing the window.
int16 nwid_length; ///< Length of the #nwid_parts array.
+
+ static void LoadFromConfig();
+ static void SaveToConfig();
};
/**