diff options
Diffstat (limited to '')
-rw-r--r-- | tests/LoadablePieces/Bindings.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/LoadablePieces/Bindings.h b/tests/LoadablePieces/Bindings.h new file mode 100644 index 000000000..490830ac3 --- /dev/null +++ b/tests/LoadablePieces/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); + + + + |