(svn r22405) -Document: some more "random-ish" tidbits

This commit is contained in:
rubidium
2011-05-01 19:14:12 +00:00
parent b27dd1dcd7
commit 1a515e6344
35 changed files with 173 additions and 58 deletions

View File

@@ -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();