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

Comparing ray/src/common/color.h (file contents):
Revision 2.24 by greg, Mon Jun 30 19:04:29 2003 UTC vs.
Revision 2.25 by schorsch, Mon Jul 14 22:23:59 2003 UTC

# Line 11 | Line 11
11   */
12   #ifndef _RAD_COLOR_H_
13   #define _RAD_COLOR_H_
14 +
15 + #include <stdlib.h>
16 +
17   #ifdef __cplusplus
18   extern "C" {
19   #endif
17
18 #include <stdlib.h>
20  
21   #define  RED            0
22   #define  GRN            1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines