From d661a550b51ee08d322436d2e787f77537cc04ba Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 21 Aug 2016 11:58:39 -0400 Subject: [PATCH] Added SteamAuth as a git submodule --- .gitmodules | 3 +++ SteamAuth | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 SteamAuth diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4960efc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SteamAuth"] + path = SteamAuth + url = https://github.com/geel9/SteamAuth.git diff --git a/SteamAuth b/SteamAuth new file mode 160000 index 0000000..825a749 --- /dev/null +++ b/SteamAuth @@ -0,0 +1 @@ +Subproject commit 825a749f0930da261694860b12634d3297b0cf10