GodotStack/register_types.h
2023-10-10 12:56:02 +03:00

7 lines
286 B
C

/* register_types.h */
#include "modules/register_module_types.h"
void initialize_GodotStack_module(ModuleInitializationLevel p_level);
void uninitialize_GodotStack_module(ModuleInitializationLevel p_level);
/* yes, the word in the middle must be the same as the module folder name */