diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-01-12 05:46:01 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-01-12 05:46:01 +0100 |
commit | 43e684071933adef93040e8d4b830d5c6b71cf9a (patch) | |
tree | 014e5300feb1cdbbb8f24e4e42594eeb841f0be2 /source/LuaChunk.h | |
parent | Fixed rclk in doublechests (diff) | |
download | cuberite-43e684071933adef93040e8d4b830d5c6b71cf9a.tar cuberite-43e684071933adef93040e8d4b830d5c6b71cf9a.tar.gz cuberite-43e684071933adef93040e8d4b830d5c6b71cf9a.tar.bz2 cuberite-43e684071933adef93040e8d4b830d5c6b71cf9a.tar.lz cuberite-43e684071933adef93040e8d4b830d5c6b71cf9a.tar.xz cuberite-43e684071933adef93040e8d4b830d5c6b71cf9a.tar.zst cuberite-43e684071933adef93040e8d4b830d5c6b71cf9a.zip |
Diffstat (limited to '')
-rw-r--r-- | source/LuaChunk.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/LuaChunk.h b/source/LuaChunk.h index c7fa071eb..f8b9478bb 100644 --- a/source/LuaChunk.h +++ b/source/LuaChunk.h @@ -2,8 +2,8 @@ #include "ChunkDef.h" -class cLuaChunk //tolua_export -{ //tolua_export +class cLuaChunk // tolua_export +{ // tolua_export public: cLuaChunk( cChunkDef::BlockTypes & a_BlockTypes , cChunkDef::BlockNibbles & a_BlockNibbles @@ -27,7 +27,7 @@ public: ~cLuaChunk() {} - //tolua_begin + // tolua_begin // Block functions void FillBlocks( char a_BlockType, unsigned char a_BlockMeta ) @@ -124,7 +124,7 @@ public: return m_bUseDefaultFinish; } - //tolua_end + // tolua_end private: bool m_bUseDefaultBiomes; @@ -136,4 +136,4 @@ private: cChunkDef::BlockTypes & m_BlockTypes; cChunkDef::BlockNibbles & m_BlockMeta; cChunkDef::HeightMap & m_HeightMap; -}; //tolua_export
\ No newline at end of file +}; // tolua_export |