summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tileweb.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-11-04 23:24:34 +0100
committerFlorian Diebold <flodiebold@gmail.com>2011-11-04 23:31:05 +0100
commitcca9092a0cf3afe42d581f35665b394e51813dab (patch)
treee0ec4f2306a59e561939eeebb774ae4976dddb47 /crawl-ref/source/tileweb.h
parente1c64ce094dcbfaac59120cf9df327631e669d71 (diff)
downloadcrawl-ref-cca9092a0cf3afe42d581f35665b394e51813dab.tar.gz
crawl-ref-cca9092a0cf3afe42d581f35665b394e51813dab.zip
Allow specifying the path to the Webtiles client data while compiling crawl.
This is mainly to allow trunk builds, which can have multiple different crawl versions behind a wrapper script, so that the server can't know in advance which client version it has to send. Also, this will install the client data to that folder in the install target.
Diffstat (limited to 'crawl-ref/source/tileweb.h')
-rw-r--r--crawl-ref/source/tileweb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tileweb.h b/crawl-ref/source/tileweb.h
index 9c08072928..630fd59e0e 100644
--- a/crawl-ref/source/tileweb.h
+++ b/crawl-ref/source/tileweb.h
@@ -158,6 +158,8 @@ protected:
dolls_data last_player_doll;
+ void _send_version();
+
void _send_everything();
void _send_map(bool force_full = false);