diff src/main_gui.cpp @ 17634:5117fc12b816 draft

(svn r22405) -Document: some more "random-ish" tidbits
author rubidium <rubidium@openttd.org>
date Sun, 01 May 2011 19:14:12 +0000
parents 0a51450014d0
children 9310e39c80ce
line wrap: on
line diff
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -513,6 +513,9 @@
 
 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 @@
 	}
 }
 
+/**
+ * Show the vital in-game windows.
+ */
 void ShowVitalWindows()
 {
 	AllocateToolbar();