mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 02:42:42 +01:00
(svn r22411) -Document: another bunch of bits
This commit is contained in:
@@ -21,7 +21,11 @@
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
|
||||
/**
|
||||
* Check whether the given name is globally unique amongst depots.
|
||||
* @param name The name to check.
|
||||
* @return True if there is no depot with the given name.
|
||||
*/
|
||||
static bool IsUniqueDepotName(const char *name)
|
||||
{
|
||||
const Depot *d;
|
||||
|
||||
Reference in New Issue
Block a user