Merge pull request #106434 from Ivorforce/invert-hashfuncs

Reduce cross project includes by rewriting `HashMapHasherDefault`.
This commit is contained in:
Thaddeus Crews 2025-10-06 09:06:37 -05:00
commit 686b56fae9
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
29 changed files with 253 additions and 222 deletions

View file

@ -43,6 +43,7 @@ using namespace godot;
// Headers for building as built-in module.
#include "core/os/mutex.h"
#include "core/string/ustring.h"
#include "core/templates/hash_map.h"
#include "core/typedefs.h"