home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 199.lha / GimmeLib / gimshortdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-12-28  |  1.3 KB  |  40 lines

  1. #ifndef GIMMELIB_SHORT_DEFS_H
  2. #define GIMMELIB_SHORT_DEFS_H
  3.  
  4. /* some short-form defines
  5.  * (should be typedefs, but then you can't undefine them)
  6. #define SCREEN        struct Screen
  7. #define WINDOW        struct Window
  8. #define NEWSCREEN   struct NewScreen
  9. #define NEWWINDOW   struct NewWindow
  10. #define BITMAP        struct BitMap
  11. #define RASTPORT    struct RastPort
  12. #define TEXTATTR    struct TextAttr
  13. #define REQUESTER   struct Requester
  14. #define GADGET        struct Gadget
  15. #define BORDER        struct Border
  16. #define STRINGINFO  struct StringInfo
  17. #define PROPINFO    struct PropInfo
  18. #define IMSG        struct IntuiMessage
  19. #define ITEXT        struct IntuiText
  20. #define IMAGE        struct Image
  21. #define MSGPORT     struct MsgPort
  22. #define MESSAGE     struct Message
  23. #define TASK        struct Task
  24. #define RASINFO     struct RasInfo
  25. #define TEXTFONT    struct TextFont
  26. #define TIMEVAL     struct timeval
  27. #define TIMEREQ     struct timerequest
  28. #define CPRLIST     struct cprlist
  29. #define AREAINFO    struct AreaInfo
  30. #define TMPRAS        struct TmpRas
  31. #define IOREQUEST   struct IORequest
  32. #define IOSTDREQ    struct IOStdReq
  33. #define MENU        struct Menu
  34. #define MENUITEM    struct MenuItem
  35. #ifdef GIMMELIB_NO_SHORT_DEFS_H
  36. #undef GIMMELIB_NO_SHORT_DEFS_H
  37. #endif GIMMELIB_NO_SHORT_DEFS_H
  38.  
  39. #endif !GIMMELIB_SHORT_DEFS_H
  40.