feat: formatted register_types
parent
3c70d35b0b
commit
4312d6f934
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue