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/core/defs.hpp>
#include <godot_cpp/godot.hpp> #include <godot_cpp/godot.hpp>
#include "player.hpp"
#include "level.hpp"
#include "entrance.hpp" #include "entrance.hpp"
#include "game_mode.hpp" #include "game_mode.hpp"
#include "level.hpp"
#include "player.hpp"
using namespace godot; using namespace godot;

View File

@ -4,4 +4,4 @@
extern void initialize_gdextension_types(); extern void initialize_gdextension_types();
extern void uninitialize_gdextension_types(); extern void uninitialize_gdextension_types();
#endif // EXAMPLE_REGISTER_TYPES_H #endif // EXAMPLE_REGISTER_TYPES_H