home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / OWLINC.PAK / OWLCORE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  733 b   |  28 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   include\owl\owlcore.h
  4. //   Include for the core classes in Owl.  Works well with precompiled hdrs
  5. //----------------------------------------------------------------------------
  6. #if !defined(__OWL_OWLCORE_H)
  7. #define __OWL_OWLCORE_H
  8.  
  9. #include <owl\owldefs.h>
  10. #include <owl\version.h>
  11.  
  12. #include <owl\module.h>
  13. #include <owl\applicat.h>
  14.  
  15. #include <owl\dc.h>
  16. #include <owl\menu.h>
  17.  
  18. #include <owl\window.h>
  19.  
  20. #include <owl\mdi.h>
  21. #include <owl\mdichild.h>
  22. #include <owl\decmdifr.h>
  23.  
  24. #include <owl\dialog.h>
  25. #include <owl\control.h>
  26.  
  27. #endif  // __OWL_OWLCORE_H
  28.