From 9a7dd0a0770178529c704c08bc446e3533b1f3e5 Mon Sep 17 00:00:00 2001 From: Julian Laubstein Date: Wed, 4 Nov 2015 22:32:11 +0100 Subject: Outsourced all libraries into submodules --- lib/tolua++ | 1 + lib/tolua++/src/bin/toluabind.h | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) create mode 160000 lib/tolua++ delete mode 100644 lib/tolua++/src/bin/toluabind.h (limited to 'lib/tolua++/src/bin/toluabind.h') diff --git a/lib/tolua++ b/lib/tolua++ new file mode 160000 index 000000000..9181fc9ef --- /dev/null +++ b/lib/tolua++ @@ -0,0 +1 @@ +Subproject commit 9181fc9ef73fa1c052f968d68dc60538f144a474 diff --git a/lib/tolua++/src/bin/toluabind.h b/lib/tolua++/src/bin/toluabind.h deleted file mode 100644 index 7f1f018c9..000000000 --- a/lib/tolua++/src/bin/toluabind.h +++ /dev/null @@ -1,8 +0,0 @@ -/* -** Lua binding: tolua -** Generated automatically by tolua++-1.0.92 on Sun Feb 15 22:29:48 2009. -*/ - -/* Exported function */ -TOLUA_API int tolua_tolua_open (lua_State* tolua_S); - -- cgit v1.2.3