home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / M2V11-1.LHA / modula / amiga / Expansion.mod < prev    next >
Encoding:
Modula Implementation  |  1993-11-04  |  130 b   |  7 lines

  1. IMPLEMENTATION MODULE Expansion ;
  2.  
  3. IMPORT M2Lib ;
  4.  
  5. BEGIN ExpansionBase := M2Lib.OpenLib( EXPANSIONNAME , VERSION )
  6. END Expansion.
  7.