summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 03:44:28 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 03:44:28 +0000
commitc4c40b70b10e104a1f567a5a23e6f9bc60c66a61 (patch)
tree2be6cd26101d2865aac0cff9979e29641efe16a0 /crawl-ref/source/player.cc
parent751e25e3d06d60d6e9709a1a38641a3faeb39325 (diff)
downloadcrawl-ref-c4c40b70b10e104a1f567a5a23e6f9bc60c66a61.tar.gz
crawl-ref-c4c40b70b10e104a1f567a5a23e6f9bc60c66a61.zip
Moved some cloud related functions from misc.{cc,h} to cloud.{cc,h}
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5636 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 6ee128d590..ac9bae5a8a 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -35,6 +35,7 @@
#include "branch.h"
#include "cio.h"
+#include "cloud.h"
#include "clua.h"
#include "delay.h"
#include "dgnevent.h"