Files
Konrad Beckmann 20d7fefaf9 Import mikmod
2021-08-02 02:19:41 +02:00

19 lines
535 B
Plaintext

simpleplay/
Shows the simplest way of initializing the library
loading and playing a module.
simpleplayFP/
Shows how to initialize the library, load a module from
a FILE* and play it.
simpleplayMEM/
Shows how to initialize the library, load a module using a
custom MREADER (which will read from memory), and play it.
simpleplayMEM2/
Shows how to initialize the library, load a module from a
memory buffer using library-provided readers, and play it.
soundeffects/
An example on how to use libmikmod to play sound effects.