cocoamaxgui.bmx 324 B

123456789101112131415161718
  1. Rem
  2. bbdoc: MaxGUI Drivers/CocoaMaxGUI
  3. about:
  4. This Module provides a Cocoa based #MaxGUI driver For MacOS.
  5. See version.txt for history
  6. End Rem
  7. Module MaxGUI.CocoaMaxGUI
  8. Strict
  9. ModuleInfo "Version: 1.56"
  10. ModuleInfo "Author: Simon Armstrong, Seb Hollington"
  11. ModuleInfo "License: zlib/libpng"
  12. ?MacOs
  13. Import "cocoagui.bmx"
  14. ?