musix 0.3.5

Music player library for esoteric audio formats (music from C64,Amiga etc)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef MKHEBIOS_H
#define MKHEBIOS_H

#include "emuconfig.h"

#ifdef __cplusplus
extern "C" {
#endif

void * EMU_CALL mkhebios_create( void * ps2_bios, int *size );

void EMU_CALL mkhebios_delete( void * );

#ifdef __cplusplus
}
#endif

#endif