- Rem
- The Module keyword advises the BlitzMax program maker BMK to create a code
- module from the source file.
- End Rem
- Module PUB.Sequencer
- ModuleInfo "Framework: Audio Sequencer for use with FreeAudio"
- ModuleInfo "Copyright: Blitz Research Ltd"
- ModuleInfo "Author: Simon Armstrong"
- ModuleInfo "Version: 1.00"
|