mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
It has happened repeatedly that C++ code accidentally crept into the GDExtension C header, a notable example being use of the `bool` type. This change adds a CI step to check the header with a C-only compiler.