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

Comparing ray/src/common/view.h (file contents):
Revision 2.10 by schorsch, Thu Jun 26 00:58:09 2003 UTC vs.
Revision 2.14 by greg, Fri Oct 24 05:29:42 2003 UTC

# Line 2 | Line 2
2   /*
3   *  view.h - header file for image generation.
4   *
5 < *  Include after fvect.h
5 > *  Include after stdio.h and fvect.h
6   *  Includes resolu.h
7   */
8   #ifndef _RAD_VIEW_H_
9   #define _RAD_VIEW_H_
10 +
11 + #include  <time.h>
12 + #include  "resolu.h"
13 +
14   #ifdef __cplusplus
15   extern "C" {
16   #endif
13
14 #include "copyright.h"
15
16 #include  "resolu.h"
17  
18                                  /* view types */
19   #define  VT_PER         'v'             /* perspective */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines