chore: move *.c *.h to src/, build in build/

This commit is contained in:
Stéphane Lesimple
2020-09-02 20:42:43 +02:00
parent 5b82ec64bc
commit 898f2fcfb6
96 changed files with 7047 additions and 6857 deletions

12
src/method-link.c Normal file
View File

@@ -0,0 +1,12 @@
/* Automatically generated wrapper for registering the methods */
void BindMethods(void)
{
void register_rs01(void);
void register_rs02(void);
void register_rs03(void);
register_rs01();
register_rs02();
register_rs03();
}