fenster/examples/doom-c/mus2mid.h
Serge Zaitsev 0d159c17b2 add doom port
2023-01-23 18:51:52 +01:00

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 */