forked from mirror/OpenTTD
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#ifndef NEWGRF_TEXT_H
|
||||
#define NEWGRF_TEXT_H
|
||||
|
||||
#include "strings_type.h"
|
||||
|
||||
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);
|
||||
|
Reference in New Issue
Block a user