(svn r22405) -Document: some more "random-ish" tidbits
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user