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"