1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-12-23 08:32:04 +00:00
hekate/modules/sample/module_sample.c
2018-08-07 22:41:05 +02:00

10 lines
171 B
C

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