diff options
author | tron <tron@openttd.org> | 2005-02-06 08:18:00 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-02-06 08:18:00 +0000 |
commit | 0381073e56049b39df7fa28cc082a41829951724 (patch) | |
tree | e7f49d247bb563381139e0a730ab1ece0b430e89 /industry_gui.c | |
parent | 0b8876e946b3a9b38b57d9688512cb7a54148720 (diff) | |
download | openttd-0381073e56049b39df7fa28cc082a41829951724.tar.xz |
(svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Diffstat (limited to 'industry_gui.c')
-rw-r--r-- | industry_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/industry_gui.c b/industry_gui.c index b503f1f57..579100a26 100644 --- a/industry_gui.c +++ b/industry_gui.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" #include "debug.h" +#include "strings.h" #include "table/strings.h" #include "map.h" //#include "gui.h" |