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

Comparing ray/src/common/otypes.h (file contents):
Revision 1.7 by greg, Thu Dec 13 11:41:31 1990 UTC vs.
Revision 1.8 by greg, Wed May 1 09:22:12 1991 UTC

# Line 65 | Line 65 | typedef struct {
65   #define  T_D            0400            /* data */
66   #define  T_I            01000           /* picture */
67   #define  T_E            02000           /* text */
68 +                                /* user-defined types */
69 + #define  T_SP1          010000
70 + #define  T_SP2          020000
71 + #define  T_SP3          040000
72  
73   extern FUN  ofun[];                     /* our type list */
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines