home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff274.lzh / HP11 / amiga / internal.h < prev    next >
C/C++ Source or Header  |  1989-11-16  |  398b  |  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.