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.
Interfaces/MacApplication.h
/* |
File: MacApplication.h |
Contains: Interface file for MacApplication.c |
Written by: Scott Kuechle, based on original Gerbils code by Brian Greenstone |
Copyright: © 1998 by Apple Computer, Inc. All rights reserved |
Change History (most recent first) |
<1> 9/1/98 srk first file |
*/ |
#pragma once |
/************************************************************ |
* * |
* INCLUDE FILES * |
* * |
*************************************************************/ |
/* Macintosh headers */ |
#include <Devices.h> |
#include <Events.h> |
#include <DiskInit.h> |
#include <Fonts.h> |
#include <Menus.h> |
#include <QuickDraw.h> |
#include <SegLoad.h> |
/* Application headers */ |
#include "Document.h" |
#include "QD3DSupport.h" |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14