diff options
author | madmaxoft <github@xoft.cz> | 2014-03-12 14:42:04 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-12 14:42:04 +0100 |
commit | f2df33f746936e8dd0dba69e7d77723df8c71472 (patch) | |
tree | 9a2a49460ed9cf57f69a2e9b0e07cf9a6086a02a /src/Bindings/LuaState.h | |
parent | Fixed Lua string return values. (diff) | |
parent | Vector3: Length() should always return a float (diff) | |
download | cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.gz cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.bz2 cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.lz cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.xz cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.zst cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.zip |
Diffstat (limited to 'src/Bindings/LuaState.h')
-rw-r--r-- | src/Bindings/LuaState.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Bindings/LuaState.h b/src/Bindings/LuaState.h index 1495c72f0..73f9629cb 100644 --- a/src/Bindings/LuaState.h +++ b/src/Bindings/LuaState.h @@ -29,6 +29,8 @@ extern "C" #include "lua/src/lauxlib.h" } +#include "../Vector3.h" + @@ -52,7 +54,6 @@ class cWebAdmin; struct HTTPTemplateRequest; class cTNTEntity; class cCreeper; -class Vector3i; class cHopperEntity; class cBlockEntity; |