From 96fdd72d45221c03d9369c1edcddc83f27656fd4 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 26 Feb 2017 23:03:24 +0100 Subject: Gen: Moved tests to a separate folder, unified shared sources. --- tests/Generating/Bindings.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/Generating/Bindings.h (limited to 'tests/Generating/Bindings.h') diff --git a/tests/Generating/Bindings.h b/tests/Generating/Bindings.h new file mode 100644 index 000000000..490830ac3 --- /dev/null +++ b/tests/Generating/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