//---------------------------------------------------------------------------- // ObjectWindows // (C) Copyright 1992, 1994 by Borland International, All Rights Reserved // // Include for the core classes in Owl. Works well with precompiled hdrs //---------------------------------------------------------------------------- #if !defined(OWL_OWLCORE_H) #define OWL_OWLCORE_H #if !defined(OWL_OWLDEFS_H) # include #endif #if !defined(OWL_VERSION_H) # include #endif #if !defined(OWL_MODULE_H) # include #endif #if !defined(OWL_APPLICAT_H) # include #endif #if !defined(OWL_DC_H) # include #endif #if !defined(OWL_MENU_H) # include #endif #if !defined(OWL_WINDOW_H) # include #endif #if !defined(OWL_MDI_H) # include #endif #if !defined(OWL_MDICHILD_H) # include #endif #if !defined(OWL_DECMDIFR_H) # include #endif #if !defined(OWL_DIALOG_H) # include #endif #if !defined(OWL_CONTROL_H) # include #endif #endif // OWL_OWLCORE_H