home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 575.lha / DoPro_v1.5 / src.LZH / src / DoPro.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-08  |  608 b   |  19 lines

  1. /***************************************************************************/
  2. /*                                       */
  3. /*        D O P R O   V1.5                       */
  4. /*                                       */
  5. /***************************************************************************/
  6. /*                                       */
  7. /* Some usefull declarations and defines                   */
  8. /*                                       */
  9. /***************************************************************************/
  10.  
  11. #define ProgTitle  "DoPro V1.5"
  12.  
  13. extern BOOL MayUseProductivity;
  14.  
  15. extern void SaveData(void);
  16. extern void LoadData(void);
  17. extern ULONG CheckScreen(struct NewScreen *);
  18. extern ULONG ScreenRequest(struct NewScreen *, BOOL *);
  19.