home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff287.lzh / PopDir / PopDir.h < prev    next >
C/C++ Source or Header  |  1989-12-06  |  738b  |  33 lines

  1. #include <intuition/intuitionbase.h>
  2. #include <graphics/gfxbase.h>
  3. #include <libraries/dosextens.h>
  4. #include <exec/memory.h>
  5.  
  6. #define DIR 1
  7. #define DF0 2
  8. #define DF1 3
  9. #define DF2 4
  10. #define DF3 5
  11. #define DH0 6
  12. #define DH1 7
  13. #define VD0 8
  14. #define VDK 9
  15. #define RAM 10
  16. #define RAD 11
  17. #define SYS 12
  18. #define C 13
  19. #define PARENT 14
  20.  
  21. extern struct Gadget StrGad;
  22. extern char dobuffer[400],undobuffer[400];
  23. extern struct NewWindow small,med,big;
  24. extern char ToPrint[80];
  25. extern struct IntuiText Files;
  26. extern struct IntuitionBase *IntuitionBase;
  27. extern struct GfxBase *GfxBase;
  28. extern struct IntuiMessage *Msg;
  29. extern struct Window *Window;
  30. extern struct FileLock *lock, *oldlock;
  31. extern struct FileInfoBlock *finfo;
  32. extern char titlestring[];
  33.