home *** CD-ROM | disk | FTP | other *** search
/ Shareware Breakthrough: Entertainment & Education / SharewearBreakthroughEnt_Ed.cdr / games / worm / worm.def < prev    next >
Text File  |  1990-08-03  |  221b  |  17 lines

  1. NAME    Worm
  2.  
  3. DESCRIPTION 'A Worm'
  4.  
  5. STUB    'WINSTUB.EXE'
  6.  
  7. CODE    PRELOAD MOVEABLE DISCARDABLE
  8.  
  9. DATA    PRELOAD MOVEABLE
  10.  
  11. HEAPSIZE  1024
  12. STACKSIZE 4096
  13.  
  14. EXPORTS
  15.     WormWndProc   @1
  16.     About         @2
  17.