HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_Lookup.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: TIL_Lookup.h ( TIL Library, C++)
7  *
8  * COMMENTS:
9  * Simple lookup table class.
10  */
11 #ifndef TIL_LOOKUP_H
12 #define TIL_LOOKUP_H
13 
14 #include <PXL/PXL_Lookup.h>
15 
16 #define TIL_Lookup PXL_Lookup
17 
18 #endif