chore: reordered header includes in tunnels_player

This commit is contained in:
Sara 2024-04-02 14:30:56 +02:00
parent ba6bc4fd6d
commit 5f076dfb63

View file

@ -1,8 +1,6 @@
#include "tunnels_player.hpp"
#include "character_data.hpp"
#include "godot_cpp/variant/plane.hpp"
#include "godot_cpp/variant/projection.hpp"
#include "character_actor.hpp"
#include "character_data.hpp"
#include "tunnels_game_state.hpp"
#include "utils/game_root.hpp"
#include "utils/godot_macros.h"
@ -12,6 +10,8 @@
#include <godot_cpp/classes/resource_loader.hpp>
#include <godot_cpp/classes/scene_state.hpp>
#include <godot_cpp/classes/viewport.hpp>
#include <godot_cpp/variant/plane.hpp>
#include <godot_cpp/variant/projection.hpp>
namespace godot {
void TunnelsPlayer::_bind_methods() {