summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_content.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2012-08-20 21:03:50 +0000
committeryexo <yexo@openttd.org>2012-08-20 21:03:50 +0000
commit053770d4a6827e73aea5074015dc2764f5099f12 (patch)
tree96a52d0905c9b76231f7f82d1cb0ab9a27d2c974 /src/network/core/tcp_content.h
parentfe31aa28c422f1fab32ab3b72d8369d539c8496e (diff)
downloadopenttd-053770d4a6827e73aea5074015dc2764f5099f12.tar.xz
(svn r24488) -Feature [FS#5236]: add buttons to view textfiles from the online content window (LordAro)
Diffstat (limited to 'src/network/core/tcp_content.h')
-rw-r--r--src/network/core/tcp_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/core/tcp_content.h b/src/network/core/tcp_content.h
index 8e06bedb0..57e02d2a7 100644
--- a/src/network/core/tcp_content.h
+++ b/src/network/core/tcp_content.h
@@ -91,6 +91,7 @@ struct ContentInfo {
size_t Size() const;
bool IsSelected() const;
bool IsValid() const;
+ const char *GetTextfile(TextfileType type) const;
};
/** Base socket handler for all Content TCP sockets */