summaryrefslogtreecommitdiff
path: root/src/newgrf_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_text.h')
-rw-r--r--src/newgrf_text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_text.h b/src/newgrf_text.h
index 8a237c1e3..d75246e25 100644
--- a/src/newgrf_text.h
+++ b/src/newgrf_text.h
@@ -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);