diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2013-09-08 18:35:48 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2013-09-08 18:35:48 +0200 |
commit | 7862a766840d99b8b24c2b8df029f9da64c64a93 (patch) | |
tree | cac521496884ef64e9a527f1d7204de3e4859f50 /source | |
parent | Added E_BLOCK_LILY_PAD to g_BlockIsSnowable. (diff) | |
download | cuberite-7862a766840d99b8b24c2b8df029f9da64c64a93.tar cuberite-7862a766840d99b8b24c2b8df029f9da64c64a93.tar.gz cuberite-7862a766840d99b8b24c2b8df029f9da64c64a93.tar.bz2 cuberite-7862a766840d99b8b24c2b8df029f9da64c64a93.tar.lz cuberite-7862a766840d99b8b24c2b8df029f9da64c64a93.tar.xz cuberite-7862a766840d99b8b24c2b8df029f9da64c64a93.tar.zst cuberite-7862a766840d99b8b24c2b8df029f9da64c64a93.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index 0356cabba..078c9d9ab 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -1,3 +1,4 @@ + // BlockID.cpp // Implements the helper functions for converting Block ID string to int etc. |