summaryrefslogtreecommitdiff
path: root/src/newgrf_text.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-03 22:20:18 +0000
committersmatz <smatz@openttd.org>2009-01-03 22:20:18 +0000
commit799f30c66347f0edc36323d48f6e589e980908a1 (patch)
tree4101a92ec49a58b55f6b10cd711d7d8ccb38e49b /src/newgrf_text.h
parent502607410efcf3d877c8d582d6215006b4c7ac0f (diff)
downloadopenttd-799f30c66347f0edc36323d48f6e589e980908a1.tar.xz
(svn r14817) -Cleanup: unify the place where the @file header is placed
Diffstat (limited to 'src/newgrf_text.h')
-rw-r--r--src/newgrf_text.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/newgrf_text.h b/src/newgrf_text.h
index e5f4f09ea..1b72a8c94 100644
--- a/src/newgrf_text.h
+++ b/src/newgrf_text.h
@@ -1,11 +1,10 @@
/* $Id$ */
+
+/** @file newgrf_text.h Header of Action 04 "universal holder" structure and functions */
+
#ifndef NEWGRF_TEXT_H
#define NEWGRF_TEXT_H
-/** @file newgrf_text.h
- * Header of Action 04 "universal holder" structure and functions
- */
-
StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string);
StringID GetGRFStringID(uint32 grfid, uint16 stringid);
const char *GetGRFStringPtr(uint16 stringid);