generated from Persson-dev/Godot-Xmake
Initial commit
This commit is contained in:
11
src/register_types.h
Normal file
11
src/register_types.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef GDEXAMPLE_REGISTER_TYPES_H
|
||||
#define GDEXAMPLE_REGISTER_TYPES_H
|
||||
|
||||
#include <godot_cpp/core/class_db.hpp>
|
||||
|
||||
using namespace godot;
|
||||
|
||||
void initialize_example_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_example_module(ModuleInitializationLevel p_level);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user