mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-23 19:46:34 +00:00
Codechange: document parameters and return types
This commit is contained in:
+4
-1
@@ -416,7 +416,10 @@ static WindowDesc _build_object_desc(
|
||||
&BuildObjectWindow::hotkeys
|
||||
);
|
||||
|
||||
/** Show our object picker. */
|
||||
/**
|
||||
* Show our object picker.
|
||||
* @return The allocated window or \c nullptr when no window was allocated.
|
||||
*/
|
||||
Window *ShowBuildObjectPicker()
|
||||
{
|
||||
/* Don't show the place object button when there are no objects to place. */
|
||||
|
||||
Reference in New Issue
Block a user