summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2012-08-20 21:01:40 +0000
committeryexo <yexo@openttd.org>2012-08-20 21:01:40 +0000
commitfe31aa28c422f1fab32ab3b72d8369d539c8496e (patch)
tree78d7776bd3eaf5c9fb62ca7f3b7ea4e26824260b /src/fios.h
parent2a89d0d13d9b7afb6a56b31715ba1b022070eef8 (diff)
downloadopenttd-fe31aa28c422f1fab32ab3b72d8369d539c8496e.tar.xz
(svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the path instead of a boolean (LordAro)
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fios.h b/src/fios.h
index bf354617d..ffb603af4 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -15,6 +15,7 @@
#include "gfx_type.h"
#include "company_base.h"
#include "newgrf_config.h"
+#include "network/core/tcp_content.h"
typedef SmallMap<uint, CompanyProperties *> CompanyPropertiesMap;
@@ -180,4 +181,6 @@ extern const TextColour _fios_colours[];
void BuildFileList();
void SetFiosType(const byte fiostype);
+const char *FindScenario(const ContentInfo *ci, bool md5sum);
+
#endif /* FIOS_H */