module.bmx 310 B

1234567891011
  1. Rem
  2. The Module keyword advises the BlitzMax program maker BMK to create a code
  3. module from the source file.
  4. End Rem
  5. Module PUB.Sequencer
  6. ModuleInfo "Framework: Audio Sequencer for use with FreeAudio"
  7. ModuleInfo "Copyright: Blitz Research Ltd"
  8. ModuleInfo "Author: Simon Armstrong"
  9. ModuleInfo "Version: 1.00"