(svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name.

This commit is contained in:
peter1138
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);