Files
dvdisaster/method-link.c
2009-11-21 16:29:02 +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();
}