hook -> GodotHook

This commit is contained in:
2022-08-19 05:16:20 +03:00
parent aaa0aa8943
commit 435c16942c
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* register_types.h */
void register_hook_types();
void unregister_hook_types();
void register_GodotHook_types();
void unregister_GodotHook_types();
/* yes, the word in the middle must be the same as the module folder name */