(svn r24466) -Codechange [FS#5236]: add general function for ContentType -> Subdirectory conversion (LordAro)

This commit is contained in:
yexo
2012-08-13 18:49:38 +00:00
parent 93a135bc6a
commit 483d878d5f
3 changed files with 32 additions and 49 deletions

View File

@@ -206,6 +206,8 @@ public:
void ReceivePackets();
};
Subdirectory GetContentInfoSubDir(ContentType type);
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CORE_TCP_CONTENT_H */