diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-02 18:38:30 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-02 18:38:30 +0200 |
commit | 3cb643c9cbb1bc34297a3a643f0c9a4d4fc0e98d (patch) | |
tree | 523a11bebbc68d17e30e2453faf161f48b391d72 /source/AllToLua.pkg | |
parent | cBlockArea object added (with only minimal testing so far) (diff) | |
download | cuberite-3cb643c9cbb1bc34297a3a643f0c9a4d4fc0e98d.tar cuberite-3cb643c9cbb1bc34297a3a643f0c9a4d4fc0e98d.tar.gz cuberite-3cb643c9cbb1bc34297a3a643f0c9a4d4fc0e98d.tar.bz2 cuberite-3cb643c9cbb1bc34297a3a643f0c9a4d4fc0e98d.tar.lz cuberite-3cb643c9cbb1bc34297a3a643f0c9a4d4fc0e98d.tar.xz cuberite-3cb643c9cbb1bc34297a3a643f0c9a4d4fc0e98d.tar.zst cuberite-3cb643c9cbb1bc34297a3a643f0c9a4d4fc0e98d.zip |
Diffstat (limited to '')
-rw-r--r-- | source/AllToLua.pkg | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index c8d2b6384..b6ee64579 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -3,22 +3,7 @@ $#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same acr $#include "tolua_base.h" - - - - -/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -// NOTE: when changing the BLOCKTYPE or NIBBLETYPE types, you need to change them both in this file and in ChunkDef.h -// (for some reason, just including the ChunkDef.h file doesn't work in ToLua) - -typedef char BLOCKTYPE; -typedef unsigned char NIBBLETYPE; - -/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - - - - +$cfile "ChunkDef.h" $cfile "cTorch.h" $cfile "cStairs.h" |