From 2935b7c85c765714ec5e73957b2455ef1d14c054 Mon Sep 17 00:00:00 2001 From: nilllzz Date: Sat, 24 Feb 2018 09:31:49 +0100 Subject: [PATCH] add game dev common submodule --- .gitmodules | 4 ++++ lib/game-dev-common | 1 + 2 files changed, 5 insertions(+) create mode 160000 lib/game-dev-common diff --git a/.gitmodules b/.gitmodules index 2dabb7387..6d00285f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = lib/kolben url = https://github.com/nilllzz/kolben.git branch = master +[submodule "lib/game-dev-common"] + path = lib/game-dev-common + url = https://github.com/nilllzz/Game-Dev-Common.git + branch = master diff --git a/lib/game-dev-common b/lib/game-dev-common new file mode 160000 index 000000000..01d3ca9ff --- /dev/null +++ b/lib/game-dev-common @@ -0,0 +1 @@ +Subproject commit 01d3ca9ff328a6b0f2776714a8852645a95f83c9