ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/imPcodes.h
(Generate patch)

Comparing ray/src/meta/imPcodes.h (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 1 | Line 1
1   /* RCSid: $Id$ */
2   /* New imPress codes */
3  
4 + #ifndef _RAD_IMPCODES_H_
5 + #define _RAD_IMPCODES_H_
6 +
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10 +
11   #define imP_SP                  128
12   #define imP_SP1                 129
13   #define imP_OLD_MMOVE           130
# Line 60 | Line 67
67  
68   #define imP_NO_OP               254
69   #define imP_EOF                 255
70 +
71 + #ifdef __cplusplus
72 + }
73 + #endif
74 + #endif /* _RAD_IMPCODES_H_ */
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines