src/newgrf_text.h
branchcpp_gui
changeset 6303 84c215fc8eb8
parent 6298 c30fe89622df
child 6720 35756db7e577
equal deleted inserted replaced
6302:bd80897189ba 6303:84c215fc8eb8
     1 /* $Id$ */
     1 /* $Id$ */
     2 #ifndef NEWGRF_TEXT_H
     2 #ifndef NEWGRF_TEXT_H
     3 #define NEWGRF_TEXT_H
     3 #define NEWGRF_TEXT_H
     4 
     4 
     5 /** @file
     5 /** @file newgrf_text.h
     6  * Header of Action 04 "universal holder" structure and functions
     6  * Header of Action 04 "universal holder" structure and functions
     7  */
     7  */
     8 
     8 
     9 StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string);
     9 StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string);
    10 StringID GetGRFStringID(uint32 grfid, uint16 stringid);
    10 StringID GetGRFStringID(uint32 grfid, uint16 stringid);