summary refs log tree commit diff
path: root/src/common/common.h
blob: 806212ae3d08db3b2d353e5c546d43cc21d47bd1 (plain)
1
2
3
4
5
6
7
#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);