summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index 8adefcfba..a1a445da4 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -866,6 +866,19 @@ enum eShrapnelLevel
slAll
} ;
+
+
+
+
+enum eSpreadSource
+{
+ esFireSpread,
+ esGrassSpread,
+ esMushroomSpread,
+ esMycelSpread,
+ esVineSpread,
+} ;
+
// tolua_end