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.
Headers/Viewer_Window.h
/* |
* Viewer_Window.h |
* |
* QuickDraw 3D 1.6 Sample |
* Robert Dierkes |
* |
* 12/22/98 RDD Created. |
*/ |
#ifndef _HViewer_Window |
#define _HViewer_Window |
#if defined(OS_MACINTOSH) && OS_MACINTOSH |
#include <MacWindows.h> |
#endif |
#define kMaxWindowCount 6 |
extern WindowPtr gWindows[]; |
TQ3Status Window_Initialize( |
void); |
TQ3Status Window_Exit( |
void); |
TQ3ViewerObject Window_GetViewer( |
WindowPtr pWindow); |
OSErr Window_CloseViewer( |
WindowPtr *hWindow); |
#endif /* _HViewer_Window */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14