summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-16 10:26:22 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-16 10:26:22 +0000
commitafb45b6f29023b89a63c3030cac3cc0f84869a75 (patch)
tree90c65aefa31cde42f220e89775a81b38aaa76c5e /functions.h
parentd5baf25923869c6ec06ed31f387d8e59bf76066d (diff)
downloadopenttd-afb45b6f29023b89a63c3030cac3cc0f84869a75.tar.xz
(svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index ab91f0734..a7237a778 100644
--- a/functions.h
+++ b/functions.h
@@ -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);