From 483d878d5fbe549b2e8196c8e8176ad560734343 Mon Sep 17 00:00:00 2001 From: yexo Date: Mon, 13 Aug 2012 18:49:38 +0000 Subject: (svn r24466) -Codechange [FS#5236]: add general function for ContentType -> Subdirectory conversion (LordAro) --- src/network/core/tcp_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/core/tcp_content.h') 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 */ -- cgit v1.2.3-54-g00ecf