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

Comparing ray/src/util/setscan.h (file contents):
Revision 2.2 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 2.3 by schorsch, Fri Jun 27 11:32:12 2003 UTC

# Line 2 | Line 2
2   /*
3   * Defines for programs using setscan()
4   */
5 + #ifndef _RAD_SETSCAN_H_
6 + #define _RAD_SETSCAN_H_
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10  
11 +
12   #define  ANGLE          short
13   #define  AEND           (-1)
14 +
15 + int setscan(register ANGLE *ang, register char *arg);
16 +
17 +
18 + #ifdef __cplusplus
19 + }
20 + #endif
21 + #endif /* _RAD_SETSCAN_H_ */
22 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines