mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: doxygen-document console commands
This commit is contained in:
+4
-1
@@ -404,7 +404,10 @@ void IConsoleGUIFree()
|
||||
IConsoleClearBuffer();
|
||||
}
|
||||
|
||||
/** Change the size of the in-game console window after the screen size changed, or the window state changed. */
|
||||
/**
|
||||
* Change the size of the in-game console window after the screen size changed, or the window state changed.
|
||||
* @param w The window to update.
|
||||
*/
|
||||
void IConsoleResize(Window *w)
|
||||
{
|
||||
switch (_iconsole_mode) {
|
||||
|
||||
Reference in New Issue
Block a user