diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-02-01 15:01:13 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-02-01 15:01:13 +0100 |
commit | cf3b4ec226034b006fd646b395f4e8a609f6f378 (patch) | |
tree | e8c88b1d734660b2b7640d6cf31a62729e05b92c /src/Blocks/WorldInterface.h | |
parent | Changed pointers to references (diff) | |
download | cuberite-cf3b4ec226034b006fd646b395f4e8a609f6f378.tar cuberite-cf3b4ec226034b006fd646b395f4e8a609f6f378.tar.gz cuberite-cf3b4ec226034b006fd646b395f4e8a609f6f378.tar.bz2 cuberite-cf3b4ec226034b006fd646b395f4e8a609f6f378.tar.lz cuberite-cf3b4ec226034b006fd646b395f4e8a609f6f378.tar.xz cuberite-cf3b4ec226034b006fd646b395f4e8a609f6f378.tar.zst cuberite-cf3b4ec226034b006fd646b395f4e8a609f6f378.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/WorldInterface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Blocks/WorldInterface.h b/src/Blocks/WorldInterface.h index f6b83942f..b6f2f55a7 100644 --- a/src/Blocks/WorldInterface.h +++ b/src/Blocks/WorldInterface.h @@ -2,6 +2,9 @@ #pragma once #include "BroadcastInterface.h" +#include "../Mobs/Monster.h" + +class cItems; class cWorldInterface { |