mirror of
https://github.com/zserge/fenster.git
synced 2025-04-20 00:18:57 +03:00
9 lines
167 B
C
9 lines
167 B
C
#ifndef MUS2MID_H
|
|
#define MUS2MID_H
|
|
|
|
#include "doomtype.h"
|
|
#include "memio.h"
|
|
|
|
boolean mus2mid(MEMFILE *musinput, MEMFILE *midioutput);
|
|
|
|
#endif /* #ifndef MUS2MID_H */ |