From 2801660de8893f85cd176cfc672551bda2c607d0 Mon Sep 17 00:00:00 2001 From: d-led Date: Mon, 1 Oct 2012 22:39:56 +0200 Subject: [PATCH] lua wrapper for pugixml using luabridge\n todo: proper project description --- .gitmodules | 3 +++ LuaBridge | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 LuaBridge diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2a6aa40 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "LuaBridge"] + path = LuaBridge + url = https://github.com/vinniefalco/LuaBridge.git diff --git a/LuaBridge b/LuaBridge new file mode 160000 index 0000000..7a0d8a4 --- /dev/null +++ b/LuaBridge @@ -0,0 +1 @@ +Subproject commit 7a0d8a4a8ce6d355360356ffbf6d771f9d9a1472