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

Comparing ray/src/common/resolu.h (file contents):
Revision 2.6 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 2.8 by schorsch, Mon Oct 27 10:19:31 2003 UTC

# Line 15 | Line 15
15   */
16   #ifndef _RAD_RESOLU_H_
17   #define _RAD_RESOLU_H_
18 +
19 + #include <time.h>
20 +
21 +
22   #ifdef __cplusplus
23   extern "C" {
24   #endif
25  
22 #include <stdio.h>
26                          /* flags for scanline ordering */
27   #define  XDECR                  1
28   #define  YDECR                  2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines