Initial commit

This commit is contained in:
2022-05-14 05:39:04 +03:00
parent 911cd75586
commit f1651856a8
7 changed files with 120 additions and 0 deletions

5
register_types.h Normal file
View File

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