mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-01 21:48:57 +03:00
18 lines
375 B
ReStructuredText
18 lines
375 B
ReStructuredText
:allow_comments: False
|
|
|
|
.. _doc_godot_cpp:
|
|
|
|
C++ (godot-cpp)
|
|
===============
|
|
|
|
This section documents `godot-cpp <https://github.com/godotengine/godot-cpp>`__,
|
|
the official C++ GDExtension bindings maintained as part of the Godot project.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-tutorials-godot-cpp
|
|
|
|
about_godot_cpp
|
|
gdextension_cpp_example
|
|
gdextension_docs_system
|