From 9278a804cf8294045be085e9580d30a8fb1342f8 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Sun, 1 Apr 2018 18:28:39 +0200 Subject: [PATCH] Added discord rpc and demo repository --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..facfe87 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "discord-rpc"] + path = discord-rpc + url = https://github.com/discordapp/discord-rpc.git +[submodule "cshap-discord-rpc-demo"] + path = cshap-discord-rpc-demo + url = https://github.com/nostrenz/cshap-discord-rpc-demo.git