Imported Upstream version 0.72
This commit is contained in:
10
method-link.c
Normal file
10
method-link.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Automatically generated wrapper for registering the methods */
|
||||
|
||||
void BindMethods(void)
|
||||
{
|
||||
void register_rs01(void);
|
||||
void register_rs02(void);
|
||||
|
||||
register_rs01();
|
||||
register_rs02();
|
||||
}
|
||||
Reference in New Issue
Block a user