From c597471c1c7e72d1498b2e0cb5a45145a2653515 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 21 Oct 2012 09:19:15 +0200 Subject: [PATCH] Added emgui as submodule --- .gitmodules | 3 +++ ogl_editor/emgui | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 ogl_editor/emgui diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1b3e4f5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ogl_editor/emgui"] + path = ogl_editor/emgui + url = https://emoon@github.com/emoon/emgui.git diff --git a/ogl_editor/emgui b/ogl_editor/emgui new file mode 160000 index 0000000..d351976 --- /dev/null +++ b/ogl_editor/emgui @@ -0,0 +1 @@ +Subproject commit d351976cfd1baeae0330092636f89b9e312e0f36