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_System.h
/* |
* Viewer_System.h |
* |
* QuickDraw 3D 1.6 Sample |
* Robert Dierkes |
* |
* 12/22/98 RDD Created. |
*/ |
#ifndef _HViewer_System |
#define _HViewer_System |
#ifdef __cplusplus |
extern "C" { |
#endif |
/*------------------*/ |
/* Constants */ |
/*------------------*/ |
/*------------------*/ |
/* Macros */ |
/*------------------*/ |
#define kQD3DGestaltVersion_1_6_0 0x00010600 |
TQ3Boolean QuickDraw3D_Initialize( |
void); |
TQ3Boolean QuickDraw3D_Exit( |
void); |
void System_Beep ( |
void); |
#ifdef __cplusplus |
} |
#endif |
#endif /* _HViewer_System */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14