mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
20 lines
411 B
ReStructuredText
20 lines
411 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
|
|
build_system/index
|
|
core_types
|
|
gdextension_docs_system
|