home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 320.lha / HPIIc / hpsrc / amiga / internal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-05  |  398 b   |  15 lines

  1. /* Various informations for internal use by amiga specific routines */
  2. #define HP11WIDTH 319 /* Drawing size */
  3. #define HP11HEIGHT 181
  4. #define HP11X 3 /* Position in window */
  5. #define HP11Y 12
  6. #define PATHLEN 100
  7.  
  8. extern struct Window *hp11; /* The window */
  9. extern struct Menu hp11menu[];
  10. extern char *hp11name;
  11. extern char hp11path[PATHLEN];
  12. void Message(char *);
  13. char *mygetpath(char *, BPTR);
  14.  
  15.