setup basic godot-cpp example project

This commit is contained in:
2023-03-11 14:23:29 +01:00
parent 9f4b0429e1
commit 9ba29f9077
18 changed files with 981 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# discord-rpc-godot
dont forget to run the following command if you clone this project or the godot-cpp folder will be empty
```sh
git submodule update --init
```