Added specialization

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-05-21 19:16:32 +02:00
parent 5584a9674a
commit 97fa6cd6f4
8 changed files with 20 additions and 59 deletions

14
src/mod.c Normal file
View File

@@ -0,0 +1,14 @@
#define EV_MODULE_DEFINE
#include <evol/evolmod.h>
EV_CONSTRUCTOR
{
}
EV_DESTRUCTOR
{
}
EV_BINDINGS
{
}