HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PRM_Include.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: PRM_Include.h (Parameter Library)
7  *
8  * COMMENTS:
9  * This file is a common include file used for the sop library.
10  */
11 
12 #ifndef __PRM_Include_h__
13 #define __PRM_Include_h__
14 
15 #include "PRM_ChoiceList.h"
16 #include "PRM_Default.h"
17 #include "PRM_Template.h"
18 #include "PRM_Item.h"
19 #include "PRM_Range.h"
20 #include "PRM_Shared.h"
21 
22 #endif