godot-cpp/godot-headers
Rémi Verschelde 24f5cd2d48 Color: Rename to_srgb/to_linear to include base color space
Counterpart to https://github.com/godotengine/godot/pull/60199.
Also syncs the extension API with that PR.
2022-04-13 12:50:21 +02:00
..
godot Add support for variadic method binds with the typed return. Sync headers. 2022-03-30 15:11:28 +03:00
README.md Remove godot-headers submodule, copy files directly 2022-03-15 10:19:07 +01:00
extension_api.json Color: Rename to_srgb/to_linear to include base color space 2022-04-13 12:50:21 +02:00

README.md

godot-headers

This repository contains C headers for Godot Engine's GDNative Extensions API.

Updating Headers

If the current branch is not up-to-date for your needs, or if you want to sync the headers with your own modified version of Godot, here is the update procedure used to sync this repository with upstream releases:

  • Compile Godot Engine at the specific version/commit which you are using.
  • Use the compiled executable to generate the extension_api.json file with: godot --dump-extension-api extension_api.json
  • Copy the file core/extension/gdnative_interface.h to godot