blob: 7089c17124747a97271b0380b03f0875287051e5 (
plain)
1
2
3
4
5
6
7
8
|
#include "../include.h"
int (*file_ext(char *file))(struct blob *, struct userdata *);
struct blob load_file(char const *const name);
int module_openmpt(struct blob *file, struct userdata *userdata);
int module_fluidsynth(struct blob *file, struct userdata *userdata);
int module_organya(struct blob *file, struct userdata *userdata);
|