Files
godot-docs/development/cpp/index.rst
Hugo Locurcio e24fee75cb Split IDE instructions into several pages, improve writing style
This removes the link to the KDevelop setup video tutorial as it's
now outdated.

IDE screenshots were also optimized losslessly using
`oxipng -o6 --strip --zopfli`.

See #3485.
2020-05-08 22:03:03 +02:00

19 lines
370 B
ReStructuredText

Engine development
==================
.. toctree::
:maxdepth: 1
:name: toc-devel-cpp
introduction_to_godot_development
configuring_an_ide/index
core_types
variant_class
object_class
inheritance_class_tree
custom_modules_in_cpp
binding_to_external_libraries
custom_resource_format_loaders
custom_audiostreams
custom_godot_servers