This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

1#ifndef GDEXT_CONTROL_REGISTER_TYPES_H 2#define GDEXT_CONTROL_REGISTER_TYPES_H 3 4#include <godot_cpp/core/class_db.hpp> 5 6void initialize_gdext_control_module(godot::ModuleInitializationLevel p_level); 7void uninitialize_gdext_control_module(godot::ModuleInitializationLevel p_level); 8 9#endif