home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / Unsupported Libraries / SetupPickPoint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-05  |  1.1 KB  |  50 lines  |  [TEXT/MPS ]

  1. /******************************************************************************
  2.  **                                                                             **
  3.  **     Module:        SetupPickPoint.h                                         **
  4.  **                                                                          **
  5.  **                                                                          **
  6.  **                                                                          **
  7.  **     Purpose:                                                              **
  8.  **                                                                          **
  9.  **                                                                          **
  10.  **                                                                          **
  11.  **     Copyright (C) 1992-1995 Apple Computer, Inc.  All rights reserved.     **
  12.  **                                                                          **
  13.  **                                                                          **
  14.  *****************************************************************************/
  15. #ifndef SetupPickPoint_h
  16. #define SetupPickPoint_h
  17.  
  18. #include "QD3D.h"
  19.  
  20. #include <Quickdraw.h>
  21.  
  22.  
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif    /* __cplusplus */
  26.  
  27. #if defined(__cplusplus) && !defined(__ZTC__)
  28.  
  29. void SetupPickPoint(
  30.     WindowPtr        qdWindow,
  31.     TQ3Point2D        *point2D, 
  32.     TQ3CameraObject     camera, 
  33.     EtPickPoint        *screenPoint);
  34.  
  35. #else
  36.  
  37. void SetupPickPoint(
  38.     WindowPtr        qdWindow,
  39.     TQ3Point2D        *point2D, 
  40.     TQ3CameraObject     camera, 
  41. /* SKANK  */
  42.     TQ3Point2D        *screenPoint);
  43.  
  44. #endif
  45.  
  46. #ifdef __cplusplus
  47. }
  48. #endif    /* __cplusplus */
  49.  
  50. #endif  /*  SetupPickPoint_h  */