1
0
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:
2006-10-16 10:26:22 +00:00
parent d5baf25923
commit afb45b6f29
4 changed files with 9 additions and 3 deletions

View File

@@ -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);