home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Demos / Tools / AppMaker / Examples / pre-built AMReminder / Procedural / FileM.h < prev    next >
Encoding:
Text File  |  1994-11-04  |  282 b   |  13 lines  |  [TEXT/MMCC]

  1. /* FileM.h */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. /*----------*/
  5. void    InitFileM    (void);
  6. Boolean    OkToOpen    (OSType        fType);
  7. void    OpenDoc        (Str255        fileName,
  8.                      short        vRefNum);
  9. void    OpenApp        (void);
  10. void    DoClose        (void);
  11. void    DoQuit        (void);
  12. void    DoFile        (short        itemNr);
  13.