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 * Cristin Barghiel 00008 * Side Effects Software Inc. 00009 * 20 Maud St. 00010 * Toronto, Ontario, M5V 2M5 00011 * Canada 00012 * 416-366-4607 00013 * 00014 * NAME: Geometry Library (C++) 00015 * 00016 * COMMENTS: 00017 * 00018 */ 00019 00020 #ifndef __GD_Macros_h__ 00021 #define __GD_Macros_h__ 00022 00023 #include <GB/GB_Macros.h> // FOR loops for groups (point and prim) 00024 #include <GB/GB_ExtraMacros.h> // FOR loops for lists (point and prim) 00025 00026 #endif
1.5.9