Imported Upstream version 0.79.2

This commit is contained in:
Rogério Brito
2010-11-06 20:36:40 -02:00
committed by TANIGUCHI Takaki
parent c3da7b4a44
commit bfe15b23fb
855 changed files with 28909 additions and 12770 deletions

View File

@@ -4,7 +4,9 @@ void BindMethods(void)
{
void register_rs01(void);
void register_rs02(void);
void register_rs03(void);
register_rs01();
register_rs02();
register_rs03();
}