Refactor ALL the things + enable LTO

This commit is contained in:
Kostas Missos
2018-08-13 11:58:24 +03:00
parent 2666b440ef
commit e5abdd938e
110 changed files with 275 additions and 1961 deletions

View File

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