diff options
author | tonibm19 <tonibm19@gmail.com> | 2013-10-15 17:32:15 +0200 |
---|---|---|
committer | tonibm19 <tonibm19@gmail.com> | 2013-10-15 17:32:15 +0200 |
commit | 06b7e09e7099256598ada53a4cc6e17a5474fb1e (patch) | |
tree | a44326f7795cb302557c2e812cc3d5caa011ef1a /source/Mobs | |
parent | Added basic milk code. (diff) | |
download | cuberite-06b7e09e7099256598ada53a4cc6e17a5474fb1e.tar cuberite-06b7e09e7099256598ada53a4cc6e17a5474fb1e.tar.gz cuberite-06b7e09e7099256598ada53a4cc6e17a5474fb1e.tar.bz2 cuberite-06b7e09e7099256598ada53a4cc6e17a5474fb1e.tar.lz cuberite-06b7e09e7099256598ada53a4cc6e17a5474fb1e.tar.xz cuberite-06b7e09e7099256598ada53a4cc6e17a5474fb1e.tar.zst cuberite-06b7e09e7099256598ada53a4cc6e17a5474fb1e.zip |
Diffstat (limited to 'source/Mobs')
-rw-r--r-- | source/Mobs/Cow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Mobs/Cow.cpp b/source/Mobs/Cow.cpp index 38cb30963..431a6916d 100644 --- a/source/Mobs/Cow.cpp +++ b/source/Mobs/Cow.cpp @@ -1,3 +1,4 @@ + #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Cow.h" |