summaryrefslogtreecommitdiffstats
path: root/source/Defines.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-05-29 22:45:25 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-05-29 22:45:25 +0200
commit2372419d0ccb6c0c689437305c47e494ce74bd2b (patch)
tree13f86db29ad48e679a412164287ccc135933c689 /source/Defines.h
parentRefactored item-eating from cClientHandle into cPlayer (diff)
downloadcuberite-2372419d0ccb6c0c689437305c47e494ce74bd2b.tar
cuberite-2372419d0ccb6c0c689437305c47e494ce74bd2b.tar.gz
cuberite-2372419d0ccb6c0c689437305c47e494ce74bd2b.tar.bz2
cuberite-2372419d0ccb6c0c689437305c47e494ce74bd2b.tar.lz
cuberite-2372419d0ccb6c0c689437305c47e494ce74bd2b.tar.xz
cuberite-2372419d0ccb6c0c689437305c47e494ce74bd2b.tar.zst
cuberite-2372419d0ccb6c0c689437305c47e494ce74bd2b.zip
Diffstat (limited to '')
-rw-r--r--source/Defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Defines.h b/source/Defines.h
index 5ec09fb1e..ddf18dc48 100644
--- a/source/Defines.h
+++ b/source/Defines.h
@@ -15,6 +15,10 @@ extern bool g_BlockOneHitDig[];
//--DO NOT DELETE THIS COMMENT-- //tolua_export
+
+
+
+
inline bool IsValidBlock( int a_BlockID ) //tolua_export
{ //tolua_export
if( a_BlockID > -1 &&