summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_content.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2012-08-13 18:49:38 +0000
committeryexo <yexo@openttd.org>2012-08-13 18:49:38 +0000
commit483d878d5fbe549b2e8196c8e8176ad560734343 (patch)
treebd3b8f146f76dcb094c51a5204245675c7fa7d47 /src/network/core/tcp_content.h
parent93a135bc6a7b973d2fd6971fffd76962ff419a97 (diff)
downloadopenttd-483d878d5fbe549b2e8196c8e8176ad560734343.tar.xz
(svn r24466) -Codechange [FS#5236]: add general function for ContentType -> Subdirectory conversion (LordAro)
Diffstat (limited to 'src/network/core/tcp_content.h')
-rw-r--r--src/network/core/tcp_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/core/tcp_content.h b/src/network/core/tcp_content.h
index 12996a02d..8e06bedb0 100644
--- a/src/network/core/tcp_content.h
+++ b/src/network/core/tcp_content.h
@@ -206,6 +206,8 @@ public:
void ReceivePackets();
};
+Subdirectory GetContentInfoSubDir(ContentType type);
+
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CORE_TCP_CONTENT_H */