HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VRAY_IO.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: VRAY_IO.h
7  *
8  * COMMENTS: Backward compatibility for previously named file
9  */
10 
11 #ifndef __VRAY_IO_h__
12 #define __VRAY_IO_h__
13 
14 #include <RAY/RAY_IO.h>
15 
16 #define VRAYprintf RAYprintf
17 #define VRAYerror RAYerror
18 #define VRAYwarning RAYwarning
19 
20 #define VRAYprintfOnce RAYprintfOnce
21 #define VRAYerrorOnce RAYerrorOnce
22 #define VRAYwarningOnce RAYwarningOnce
23 
24 #endif