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

Comparing ray/src/px/pmap.h (file contents):
Revision 2.1 by greg, Wed Oct 11 10:39:28 1995 UTC vs.
Revision 2.3 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1995 Regents of the University of California */
1 > /* RCSid: $Id$ */
2 > /* Pmap return codes */
3 > #ifndef _RAD_PMAP_H_
4 > #define _RAD_PMAP_H_
5  
6 < /* SCCSid "$SunId$ LBL" */
6 > #ifdef __cplusplus
7 > extern "C" {
8 > #endif
9  
5 /* Pmap return codes */
10   #define PMAP_BAD        -1
11   #define PMAP_LINEAR     0
12   #define PMAP_PERSP      1
# Line 11 | Line 15
15   *  |c d|
16   */
17   #define DET2(a,b, c,d) ((a)*(d) - (b)*(c))
18 +
19 + #ifdef __cplusplus
20 + }
21 + #endif
22 + #endif /* _RAD_PMAP_H_ */
23 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines