1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-19 21:44:57 +01:00
hekate/modules/simple_sample/module_sample.c
2018-08-13 11:58:24 +03:00

11 lines
168 B
C

/* Sample Hekate Module
2018 - M4xw
*/
#include "../../common/common_module.h"
void _modInit(cbMainModule_t cb, pmoduleConfiguration_t mc)
{
cb("Hello World!");
}