12 Commits
Author SHA1 Message Date
John e24d1809ef Explicitly destroy Vector2 2025-10-29 17:29:34 +00:00
Max Hilbrunner f762543357 Merge pull request #11389 from dsnopek/gdextension-c-extern
Add `extern` to global struct variables in GDExtension C example
2025-10-22 21:09:14 +02:00
Max Hilbrunner 24c7dba4b9 Merge pull request #11390 from dsnopek/gdextension-c-funcptr-cast
Always cast function pointers in GDExtension C example
2025-10-22 14:17:15 +02:00
David Snopek d807d2b54c Always cast function pointers in GDExtension C example 2025-10-19 09:11:21 -05:00
David Snopek 6f371fa60e Add extern to global struct variables in GDExtension C example 2025-10-19 06:35:33 -05:00
John 8f4277b9f2 Remove erroneous include guard
The tail end of an include guard is provided
within the defs.h code blocks,
however #pragma once is used at the top instead.
2025-10-18 20:51:18 +01:00
A Thousand Ships 92cd36b50e Various grammar and spelling fixes 2025-06-23 16:37:26 +02:00
Lukas Tenbrink 028abe15d1 Split C++ (godot-cpp) and GDExtension system info into separate categories, children of Scripting. 2025-04-24 21:59:02 +02:00
Matthew 28958a702c Merge pull request #10756 from Repiteo/style/pragma-once
Style: Integrate new `#pragma once` syntax
2025-04-15 19:09:39 -04:00
Austin Almond 1966e9a844 Update gdextension_c_example.rst 2025-03-23 19:22:05 -04:00
Thaddeus Crews da33f97e63 Style: Integrate new #pragma once syntax 2025-03-10 09:56:48 -05:00
George Marques 874b2792a6 Add example of GDExtension written pure C 2024-12-15 10:06:26 -06:00