aboutsummaryrefslogtreecommitdiff
path: root/common/fmplayer_common.h
blob: 4bd288576b8c02e554f5b1e34926152e13adf8fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef MYON_FMPLAYER_COMMON_H_INCLUDED
#define MYON_FMPLAYER_COMMON_H_INCLUDED

#include <stddef.h>
#include <stdbool.h>

void *fmplayer_load_data(const char *name, size_t size);

struct fmdriver_work;
struct ppz8;
struct opna;
struct opna_timer;
void fmplayer_init_work_opna(
  struct fmdriver_work *work,
  struct ppz8 *ppz8,
  struct opna *opna,
  struct opna_timer *timer,
  void *adpcm_ram
);

#endif // MYON_FMPLAYER_COMMON_H_INCLUDED