Build a GDExtension with MarshConnector Node

This commit is contained in:
Marek S. Łukasiewicz 2025-01-28 12:47:14 +01:00
parent 2ab1ee403e
commit 3066bdacc9
10 changed files with 323698 additions and 4 deletions

11
src/register_types.h Normal file
View 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 // GDEXAMPLE_REGISTER_TYPES_H