mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 06:29:11 +00:00
(svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name.
This commit is contained in:
@@ -138,6 +138,7 @@ void PlaceTreesRandomly(void);
|
||||
void InitializeLandscapeVariables(bool only_constants);
|
||||
|
||||
/* misc.c */
|
||||
bool IsCustomName(StringID id);
|
||||
void DeleteName(StringID id);
|
||||
char *GetName(int id, char *buff);
|
||||
|
||||
|
Reference in New Issue
Block a user