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

Comparing ray/src/px/pcond.h (file contents):
Revision 3.10 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 3.11 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 2 | Line 2
2   /*
3   * Header file for picture file conditioning.
4   */
5 + #ifndef _RAD_PCOND_H_
6 + #define _RAD_PCOND_H_
7  
8   #include "standard.h"
7
9   #include "color.h"
9
10   #include "view.h"
11  
12 + #ifdef __cplusplus
13 + extern "C" {
14 + #endif
15  
16   #ifndef ADJ_VEIL
17   #define ADJ_VEIL        0               /* adjust veil to preserve contrast? */
# Line 103 | Line 106 | extern double  crfactor();             /* contrast reduction facto
106  
107   extern COLOR    *firstscan();           /* first processed scanline */
108   extern COLOR    *nextscan();            /* next processed scanline */
109 +
110 + #ifdef __cplusplus
111 + }
112 + #endif
113 + #endif /* _RAD_PCOND_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines