home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-29 | 1.1 KB | 55 lines | [TEXT/CWIE] |
- // BCL.h, all of the headers for the Blitting Class Library. Intended to be used by people
- // who are just starting to use BCL and do not know which headers to #include. It is
- // recommended that this header is NOT to be used as a crutch to make #includes at the
- // top of a program look pretty (unless it is for academic examples)... compiles will be
- // much slower with this header.
-
- // copyright © 1995, Macneil Shonle. All rights reserved.
-
- #ifndef __PIXELTYPES__
- #include <PixelTypes.h>
- #endif
-
- #ifndef __MMUMODESWAPPER__
- #include <MMUModeSwapper.h>
- #endif
-
- #ifndef __GWORLDSETTER__
- #include <GWorldSetter.h>
- #endif
-
- #ifndef __BUFFERACCESSOR__
- #include <BufferAccessor.h>
- #endif
-
- #ifndef __GWORLDACCESSOR__
- #include <GWorldAccessor.h>
- #endif
-
- #ifndef __VIDEOACCESSOR__
- #include <VideoAccessor.h>
- #endif
-
- #ifndef __WINDOWACCESSOR__
- #include <WindowAccessor.h>
- #endif
-
- #ifndef __IMAGECOPIER__
- #include <ImageCopier.h>
- #endif
-
- #ifndef __SECUREMACPORT__
- #include <SecureMacPort.h>
- #endif
-
- #ifndef __SECUREGWORLD__
- #include <SecureGWorld.h>
- #endif
-
- #ifndef __SECURECGRAFPORT__
- #include <SecureCGrafPort.h>
- #endif
-
- #ifndef __SECUREWINDOWREF__
- #include <SecureWindowRef.h>
- #endif