Style: Convert *.gen.inc to *.gen.h

This commit is contained in:
Thaddeus Crews 2026-02-05 19:47:10 -06:00
parent 60638c93fb
commit 7dae5da198
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
41 changed files with 48 additions and 48 deletions

View file

@ -79,7 +79,7 @@ using namespace godot;
#elif defined(GODOT_MODULE)
// Headers for building as built-in module.
#include "core/extension/ext_wrappers.gen.inc"
#include "core/extension/ext_wrappers.gen.h"
#include "core/object/worker_thread_pool.h"
#include "core/templates/hash_map.h"
#include "core/templates/rid_owner.h"