Added own init function.
This commit is contained in:
parent
a36dbe8904
commit
2a121e1f5a
|
@ -41,3 +41,7 @@ s48_value open_dir(s48_value sch_dirname)
|
||||||
S48_GC_UNPROTECT ();
|
S48_GC_UNPROTECT ();
|
||||||
return dirlist;
|
return dirlist;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void s48_init_dirstuff (){
|
||||||
|
S48_EXPORT_FUNCTION(open_dir);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue