Move load_sample into drmr_hydrogen.c

This commit is contained in:
Nick Lanham
2012-02-07 21:33:20 +01:00
parent c31bea22f5
commit 8ed58ec1c6
4 changed files with 34 additions and 35 deletions

View File

@@ -20,6 +20,7 @@
kits* scan_kits();
void free_samples(drmr_sample* samples, int num_samples);
int load_sample(char* path,drmr_sample* smp);
int load_hydrogen_kit(DrMr* drmr, char* path);
#endif // DRMR_HYDRO_H