mirror of
https://github.com/Mestima/GodotHook.git
synced 2025-05-04 07:10:23 +00:00
7 lines
274 B
C
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 */ |