GodotHook/register_types.h

7 lines
274 B
C

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