summaryrefslogtreecommitdiffstats
path: root/src/Item.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-06-26 18:35:38 +0200
committerMattes D <github@xoft.cz>2014-06-26 18:35:38 +0200
commit4826990ea0d97d226054712762dbdc1c18f32f17 (patch)
tree7067324cd74bc530a55dacfca1e87bc82d4dfd7e /src/Item.cpp
parentFurnaceRecipe parsing: Fixed whitespace removing. (diff)
parentFixed a comment and changed CombineCount to short. (diff)
downloadcuberite-4826990ea0d97d226054712762dbdc1c18f32f17.tar
cuberite-4826990ea0d97d226054712762dbdc1c18f32f17.tar.gz
cuberite-4826990ea0d97d226054712762dbdc1c18f32f17.tar.bz2
cuberite-4826990ea0d97d226054712762dbdc1c18f32f17.tar.lz
cuberite-4826990ea0d97d226054712762dbdc1c18f32f17.tar.xz
cuberite-4826990ea0d97d226054712762dbdc1c18f32f17.tar.zst
cuberite-4826990ea0d97d226054712762dbdc1c18f32f17.zip
Diffstat (limited to 'src/Item.cpp')
-rw-r--r--src/Item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Item.cpp b/src/Item.cpp
index d6e8b224a..56ceae0b7 100644
--- a/src/Item.cpp
+++ b/src/Item.cpp
@@ -1,4 +1,4 @@
-
+
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Item.h"