From 585571d78ca9ff5e384cae8d006a391df0f17ff7 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Feb 2017 16:50:35 +0100 Subject: PieceGenerator: Added rotation-aware vertical connectors. --- tests/PieceRotation/Bindings.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/PieceRotation/Bindings.h (limited to 'tests/PieceRotation/Bindings.h') 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); + + + + -- cgit v1.2.3