Fix project structure diagram in gdextension docs system docs

This commit is contained in:
Patrick Exner
2024-08-15 19:11:25 +02:00
committed by Max Hilbrunner
parent d603e62698
commit d29c88d0a0

View File

@@ -18,6 +18,8 @@ XML files (one per class) to document the exposed constructors, properties, meth
We are assuming you are using the project files explained in the :ref:`GDExtension C++ Example <doc_gdextension_cpp_example>`
with the following structure:
.. code-block:: none
gdextension_cpp_example/ # GDExtension directory
|
+--demo/ # game example/demo to test the extension