HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_Guide.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: SOP_Guide.h
7  *
8  * COMMENTS: The guide geometry and how to draw it.
9  *
10  */
11 
12 #ifndef __SOP_Guide_h__
13 #define __SOP_Guide_h__
14 
15 #include <GU/GOP_Guide.h>
16 
17 #define SOP_Guide GOP_Guide
18 
19 #endif