hekate/modules/sample/module_sample.c

11 lines
171 B
C
Raw Normal View History

2018-08-07 14:53:58 +00:00
/* Sample Hekate Module
2018 - M4xw
*/
#include "../../common/common_module.h"
void _pluginInit(cbMainModule_t cb, pmoduleConfiguration_t mc)
{
cb("Hello World!");
}