diff options
author | Mattes D <github@xoft.cz> | 2017-02-13 16:50:35 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-02-13 16:50:35 +0100 |
commit | 585571d78ca9ff5e384cae8d006a391df0f17ff7 (patch) | |
tree | de5267740459c2b9b6b6a1296e9d43eb7ac8ec28 /tests/PieceRotation/Bindings.h | |
parent | Made survival the default gamemode (#3563) (diff) | |
download | cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.gz cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.bz2 cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.lz cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.xz cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.tar.zst cuberite-585571d78ca9ff5e384cae8d006a391df0f17ff7.zip |
Diffstat (limited to 'tests/PieceRotation/Bindings.h')
-rw-r--r-- | tests/PieceRotation/Bindings.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/PieceRotation/Bindings.h b/tests/PieceRotation/Bindings.h new file mode 100644 index 000000000..490830ac3 --- /dev/null +++ b/tests/PieceRotation/Bindings.h @@ -0,0 +1,15 @@ + +// Bindings.h + +// Dummy include file needed for LuaState to compile successfully + + + + +struct lua_State; + +int tolua_AllToLua_open(lua_State * a_LuaState); + + + + |