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 Duchamre 00008 * Side Effects Software Inc. 00009 * 20 Maud St. 00010 * Toronto, Ontario, M5V 2M5 00011 * Canada 00012 * 416-366-4607 00013 * 00014 * NAME: PRM_Include.h (Parameter Library) 00015 * 00016 * COMMENTS: 00017 * This file is a common include file used for the sop library. 00018 */ 00019 00020 #ifndef __PRM_Include_h__ 00021 #define __PRM_Include_h__ 00022 00023 #include "PRM_ChoiceList.h" 00024 #include "PRM_Default.h" 00025 #include "PRM_Template.h" 00026 #include "PRM_Item.h" 00027 #include "PRM_Range.h" 00028 #include "PRM_Shared.h" 00029 00030 #endif
1.5.9