diff --git a/src/newgrf_text.h b/src/newgrf_text.h --- 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);