godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.69k stars 528 forks source link

Fix `#include` formatting #1505

Closed Repiteo closed 3 months ago

Repiteo commented 3 months ago

Minor syntactic tweaks to ensure all godot_cpp/*.hpp includes use angle brackets instead of double-quotes. Also adds local_vector to the tests.h includes, as that seems to have been overlooked when it was first added.

dsnopek commented 2 months ago

Cherry-picked for 4.2 in PR https://github.com/godotengine/godot-cpp/pull/1527

dsnopek commented 2 months ago

Cherry-picked for 4.1 in PR https://github.com/godotengine/godot-cpp/pull/1529