From 214b3994a51df5afdaee4bdd2e9116c0b883d256 Mon Sep 17 00:00:00 2001 From: AestheticalZ <51166756+AestheticalZ@users.noreply.github.com> Date: Sun, 31 Oct 2021 00:28:23 +0200 Subject: [PATCH 1/2] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2537e4e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Blitzcord +Blitz3D userlib to use the Discord Game SDK (RPC). + +Licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) From 865650cb8db9ec00d1d144d1f8580a1515ce3699 Mon Sep 17 00:00:00 2001 From: AestheticalZ <51166756+AestheticalZ@users.noreply.github.com> Date: Sun, 31 Oct 2021 00:29:19 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2537e4e..81b881e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Blitzcord Blitz3D userlib to use the Discord Game SDK (RPC). +Requires the C++ files for the Discord Game SDK to be in a folder called "discord", and requires `discord_game_sdk.dll` and `discord_game_sdk.dll.lib` to be in the root of this repository. + Licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)