1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Style: Begin integrating simple .clangd fixes

This commit is contained in:
Thaddeus Crews
2025-02-20 08:40:46 -06:00
parent 2303ce843a
commit f09ee0171a
66 changed files with 43 additions and 112 deletions

View File

@@ -66,8 +66,6 @@
#include "editor/node_dock.h"
#endif
#include <stdint.h>
// Types that will be skipped over (in favor of their base types) when setting up instance bindings.
// This must be a superset of `ignored_types` in bindings_generator.cpp.
const Vector<String> ignored_types = {};