Skip to content

Commit

Permalink
Merge pull request godotengine#5483 from Ivorforce/patch-1
Browse files Browse the repository at this point in the history
Remove references to 'godot-headers' from gdnative cpp example
  • Loading branch information
akien-mga authored Apr 29, 2022
2 parents ce9fe53 + 1741bbd commit 26fb5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/scripting/gdnative/gdnative_cpp_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ we'll save it as ``main.tscn``. We'll come back to that later.
Back in the top-level GDNative module folder, we're also going to create a
subfolder called ``src`` in which we'll place our source files.

You should now have ``demo``, ``godot-cpp``, ``godot-headers``, and ``src``
You should now have ``demo``, ``godot-cpp``, and ``src``
directories in your GDNative module.

In the ``src`` folder, we'll start with creating our header file for the
Expand Down Expand Up @@ -314,7 +314,7 @@ build files in a subsequent tutorial.
refer to the ``SConstruct`` file in the Godot 3.0 documentation.

Once you've downloaded the ``SConstruct`` file, place it in your GDNative module
folder besides ``godot-cpp``, ``godot-headers`` and ``demo``, then run:
folder besides ``godot-cpp``, ``src`` and ``demo``, then run:

.. code-block:: none
Expand Down

0 comments on commit 26fb5af

Please sign in to comment.