We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eb375e + 624aeae commit b0f9ca7Copy full SHA for b0f9ca7
README.md
@@ -1,5 +1,14 @@
1
# godot-cpp
2
3
+> **Warning**
4
+>
5
+> This repository's `master` branch is only usable with Godot 4.0 ([GDExtension](https://godotengine.org/article/introducing-gd-extensions)).
6
7
+> Switch to the [`3.5` branch](https://github.com/godotengine/godot-cpp/tree/3.5)
8
+> if using Godot 3.5.x with GDNative,
9
+> or the [`3.x` branch](https://github.com/godotengine/godot-cpp/tree/3.x)
10
+> if using the Godot 3.x development branch with GDNative.
11
+
12
This repository contains the *C++ bindings* for the [**Godot Engine**](https://github.com/godotengine/godot)'s GDExtensions API.
13
14
- [**Versioning**](#versioning)
0 commit comments