home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWToolbx / FWToolBx.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  1023 b   |  66 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWToolBx.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWTOOLBX_H
  11. #define FWTOOLBX_H
  12.  
  13. #ifndef FWALTDEF_H
  14. #include "FWAltDef.h"
  15. #endif
  16.  
  17. #ifndef FWALERT_H
  18. #include "FWAlert.h"
  19. #endif
  20.  
  21. #ifndef FWCOLORP_H
  22. #include "FWColorP.h"
  23. #endif
  24.  
  25. #ifndef SLWINDOW_H
  26. #include "SLWindow.h"
  27. #endif
  28.  
  29. #ifndef SLMACOS_H
  30. #include "SLMacOS.h"
  31. #endif
  32.  
  33. #ifndef FWWINDOW_K
  34. #include "FWWindow.k"
  35. #endif
  36.  
  37. #ifndef FWCURSOR_K
  38. #include "FWCursor.k"
  39. #endif
  40.  
  41. #ifndef SLMIXOS_H
  42. #include "SLMixOS.h"
  43. #endif
  44.  
  45. #ifndef FWCURSOR_H
  46. #include "FWCursor.h"
  47. #endif
  48.  
  49. #if FW_PRECOMPILE_PRIVATE_HEADERS
  50.  
  51. #ifndef PRCURSOR_H
  52. #include "PRCursor.h"
  53. #endif
  54.  
  55. #ifndef PRWINPRO_H
  56. #include "PRWinPro.h"
  57. #endif
  58.  
  59. #ifndef PRALERT_H
  60. #include "PRAlert.h"
  61. #endif
  62.  
  63. #endif // FW_PRECOMPILE_PRIVATE_HEADERS
  64.  
  65. #endif
  66.