feat: formatted register_types

main
Sara 2024-02-04 22:32:51 +01:00
parent 3c70d35b0b
commit 4312d6f934
2 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@
#include <godot_cpp/core/defs.hpp>
#include <godot_cpp/godot.hpp>
#include "player.hpp"
#include "level.hpp"
#include "entrance.hpp"
#include "game_mode.hpp"
#include "level.hpp"
#include "player.hpp"
using namespace godot;