11 lines
194 B
C
11 lines
194 B
C
/* Automatically generated wrapper for registering the methods */
|
|
|
|
void BindMethods(void)
|
|
{
|
|
void register_rs01(void);
|
|
void register_rs02(void);
|
|
|
|
register_rs01();
|
|
register_rs02();
|
|
}
|