chore: move *.c *.h to src/, build in build/
This commit is contained in:
12
src/method-link.c
Normal file
12
src/method-link.c
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user