summaryrefslogtreecommitdiff
path: root/src/content_cao.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-31 16:23:26 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-03-31 16:25:02 +0300
commit52122c342d335a2561ace87c9d8deaa16a136604 (patch)
tree33ed625674d82c505b347adf26307748c85c8cfc /src/content_cao.cpp
parent96ee73f79018c8aae22a392af6f66f9a05cb0174 (diff)
downloadminetest-52122c342d335a2561ace87c9d8deaa16a136604.tar.gz
minetest-52122c342d335a2561ace87c9d8deaa16a136604.tar.bz2
minetest-52122c342d335a2561ace87c9d8deaa16a136604.zip
Add 'fly' and 'fast' privileges and the underlying privileges-to-client system
Diffstat (limited to 'src/content_cao.cpp')
-rw-r--r--src/content_cao.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_cao.cpp b/src/content_cao.cpp
index 627d3c049..2a9c8a91a 100644
--- a/src/content_cao.cpp
+++ b/src/content_cao.cpp
@@ -36,6 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content_cso.h"
#include "sound.h"
#include "nodedef.h"
+#include "localplayer.h"
class Settings;
struct ToolCapabilities;