Module updated to 4.x Godot version

This commit is contained in:
2022-05-16 14:01:00 +03:00
parent 1eeb43f801
commit 06587212b2
5 changed files with 49 additions and 35 deletions

View File

@ -1,5 +1,7 @@
/* register_types.h */
void register_hook_types();
void unregister_hook_types();
#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 */