diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2013-12-14 22:34:49 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2013-12-14 22:34:49 +0100 |
commit | 8c04afe18a3420574942501a30e3151e89217acd (patch) | |
tree | a3abc44f386ca38970cf881f540a4af3a5db34b2 /src/Globals.h | |
parent | Added E_EFFECT_<Effect> (diff) | |
download | cuberite-8c04afe18a3420574942501a30e3151e89217acd.tar cuberite-8c04afe18a3420574942501a30e3151e89217acd.tar.gz cuberite-8c04afe18a3420574942501a30e3151e89217acd.tar.bz2 cuberite-8c04afe18a3420574942501a30e3151e89217acd.tar.lz cuberite-8c04afe18a3420574942501a30e3151e89217acd.tar.xz cuberite-8c04afe18a3420574942501a30e3151e89217acd.tar.zst cuberite-8c04afe18a3420574942501a30e3151e89217acd.zip |
Diffstat (limited to 'src/Globals.h')
-rw-r--r-- | src/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Globals.h b/src/Globals.h index cb67d9fda..fe6aee5c5 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -220,6 +220,7 @@ public: // Common headers (part 2, with macros): #include "ChunkDef.h" #include "BlockID.h" +#include "Entities/Effects.h" |