HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_LHSTuple.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  * COMMENTS:
7  *
8  */
9 
10 #ifndef __UT_LHSTuple_h__
11 #define __UT_LHSTuple_h__
12 
13 #if defined(_MSC_VER)
14  #pragma message ("Deprecated in Houdini 17. Use UT_Tuple.h instead.")
15 #else
16  #warning "Deprecated in Houdini 17. Use UT_Tuple.h instead."
17 #endif
18 
19 /// @file
20 /// This file is deprecated. Include UT_Tuple.h instead
21 
22 #include "UT_Tuple.h"
23 
24 #endif // __UT_LHSTuple_h__