summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index 7c282c292..7b4b55526 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -513,6 +513,9 @@ bool IsQuitKey(uint16 keycode)
void ShowSelectGameWindow();
+/**
+ * Initialise the default colours (remaps and the likes), and load the main windows.
+ */
void SetupColoursAndInitialWindow()
{
for (uint i = 0; i != 16; i++) {
@@ -538,6 +541,9 @@ void SetupColoursAndInitialWindow()
}
}
+/**
+ * Show the vital in-game windows.
+ */
void ShowVitalWindows()
{
AllocateToolbar();