home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows
- // Copyright (c) 1992, 1997 by Borland International, All Rights Reserved
- //
- //$Revision: 10.3 $
- //
- // Include for the core classes in ObjectWindows. Works well with precompiled
- // headers.
- //----------------------------------------------------------------------------
- #if !defined(OWL_OWLCORE_H)
- #define OWL_OWLCORE_H
-
- #if !defined(OWL_DEFS_H)
- # include <owl/defs.h>
- #endif
-
- #if !defined(OWL_MODULE_H)
- # include <owl/module.h>
- #endif
- #if !defined(OWL_APPLICAT_H)
- # include <owl/applicat.h>
- #endif
-
- #if !defined(OWL_DC_H)
- # include <owl/dc.h>
- #endif
- #if !defined(OWL_MENU_H)
- # include <owl/menu.h>
- #endif
-
- #if !defined(OWL_WINDOW_H)
- # include <owl/window.h>
- #endif
-
- #if !defined(OWL_MDI_H)
- # include <owl/mdi.h>
- #endif
- #if !defined(OWL_MDICHILD_H)
- # include <owl/mdichild.h>
- #endif
- #if !defined(OWL_DECMDIFR_H)
- # include <owl/decmdifr.h>
- #endif
-
- #if !defined(OWL_DIALOG_H)
- # include <owl/dialog.h>
- #endif
- #if !defined(OWL_CONTROL_H)
- # include <owl/control.h>
- #endif
-
- #endif // OWL_OWLCORE_H
-