summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
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 */