generated from Persson-dev/Godot-Xmake
11 lines
278 B
C++
11 lines
278 B
C++
#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 |