chore: reordered header includes in tunnels_player
This commit is contained in:
parent
ba6bc4fd6d
commit
5f076dfb63
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue