Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
IncludeFiles.h
// IncludeFiles.h |
// Copyright © 1991-92 by Apple Computer, Inc. All rights reserved. |
// Kent Sandvik DTS |
// This file contains all the needed Macintosh Toolbox and MacApp |
// header files. It is suitable for a dump file for instance. |
// |
// <1> khs 1.0 First final version |
#ifndef __INCLUDEFILES__ |
#define __INCLUDEFILES__ |
#ifndef __TYPES__ |
#include <Types.h> |
#endif |
#ifndef __MACAPPTYPES__ |
#include <MacAppTypes.h> |
#endif |
#ifndef __MEMORY__ |
#include <Memory.h> |
#endif |
#ifndef __UOBJECT__ |
#include <UObject.h> |
#endif |
#ifndef __ULIST__ |
#include <UList.h> |
#endif |
#ifndef __APPLEEVENTS__ |
#include <AppleEvents.h> |
#endif |
#ifndef __PPCTOOLBOX__ |
#include <PPCToolbox.h> |
#endif |
#ifndef __EPPC_ |
#include <EPPC.h> |
#endif |
#ifndef __UEVENT__ |
#include <UEvent.h> |
#endif |
#ifndef __UCOMMAND__ |
#include <UCommand.h> |
#endif |
#ifndef __EDITIONS__ |
#include <Editions.h> |
#endif |
#ifndef __SCRAP__ |
#include <Scrap.h> |
#endif |
#ifndef __DIALOGS__ |
#include <Dialogs.h> |
#endif |
#ifndef __UEVTHANDLER__ |
#include <UEventHandler.h> |
#endif |
#ifndef __UAPPLICATION__ |
#include <UApplication.h> |
#endif |
#ifndef __UDOCUMENT__ |
#include <UDocument.h> |
#endif |
#ifndef __BALLOONS__ |
#include <Balloons.h> |
#endif |
#ifndef __UVIEW__ |
#include <UView.h> |
#endif |
#ifndef __UWINDOW__ |
#include <UWindow.h> |
#endif |
#ifndef __UFAILURE__ |
#include <UFailure.h> |
#endif |
#ifndef __UGEOMETRY__ |
#include <UGeometry.h> |
#endif |
#ifndef __UMACAPPUTILITIES__ |
#include <UMacAppUtilities.h> |
#endif |
#ifndef __MENUS__ |
#include <Menus.h> |
#endif |
#ifndef __UMENUMGR__ |
#include <UMenuMgr.h> |
#endif |
#ifndef __UPATCH__ |
#include <UPatch.h> |
#endif |
#ifndef __UMACAPPGLOBALS__ |
#include <UMacAppGlobals.h> |
#endif |
#ifndef __UFILEBASEDDOCUMENT__ |
#include <UFileBasedDocument.h> |
#endif |
#ifndef __FONTS__ |
#include <Fonts.h> |
#endif |
#ifndef __PACKAGES__ |
#include <Packages.h> |
#endif |
#ifndef __TOOLUTILS__ |
#include <ToolUtils.h> |
#endif |
#ifndef __UERRORMGR__ |
#include <UErrorMgr.h> |
#endif |
#ifndef __UDIALOG__ |
#include <UDialog.h> |
#endif |
#ifndef __ERRORS__ |
#include <Errors.h> |
#endif |
#ifndef __STDIO__ |
#include <stdio.h> |
#endif |
#ifndef __PLSTRINGFUNCS__ |
#include <PLStringFuncs.h> |
#endif |
// Specific files for this implementation |
#ifndef __RESOURCECONSTANTS__ |
#include "ResourceConstants.h" |
#endif |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14