chore(formatting): godot_cpp include now in angle brackets

This commit is contained in:
Sara 2024-08-05 11:14:57 +02:00
parent 40a93aec32
commit 062ef478b4

View file

@ -1,7 +1,7 @@
#include "nav_room.hpp"
#include "godot_cpp/classes/global_constants.hpp"
#include "nav_marker.hpp"
#include "utils/godot_macros.hpp"
#include <godot_cpp/classes/global_constants.hpp>
#include <cmath>
void NavRoom::_bind_methods() {