00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Dale Ducharme 00008 * Side Effects Software Inc. 00009 * 477 Richmond St. West 00010 * Toronto, Ontario, M5V 2M5 00011 * Canada 00012 * 416-504-9876 00013 * 00014 * NAME: SOP_Guide.h 00015 * 00016 * COMMENTS: The guide geometry and how to draw it. 00017 * 00018 */ 00019 00020 #ifndef __SOP_Guide_h__ 00021 #define __SOP_Guide_h__ 00022 00023 #include <GOP/GOP_Guide.h> 00024 00025 #define SOP_Guide GOP_Guide 00026 00027 #endif
1.5.9