dxx-rebirth/arch/dos/include/midiallg.h
Bradley Bell 9bd1ba7c47 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
2001-01-19 03:30:16 +00:00

13 lines
190 B
C

#ifndef _MIDIALLG_H
#define _MIDIALLG_H
void digi_midi_pause();
void digi_midi_resume();
void digi_midi_stop();
#ifndef ALLEGRO
int digi_midi_init();
void digi_midi_close();
#endif
#endif