Files
dvdisaster/method-link.c
2012-03-06 11:23:04 +09:00

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();
}