mirror of
https://github.com/Mestima/GodotHook.git
synced 2025-06-28 05:09:57 +00:00
Module path renamed: hook -> GodotHook
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
#include "modules/register_module_types.h"
|
||||
|
||||
void initialize_hook_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_hook_module(ModuleInitializationLevel p_level);
|
||||
void initialize_GodotHook_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_GodotHook_module(ModuleInitializationLevel p_level);
|
||||
/* yes, the word in the middle must be the same as the module folder name */
|
Reference in New Issue
Block a user