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.11 by greg, Fri Jun 27 06:53:22 2003 UTC vs.
Revision 2.15 by schorsch, Mon Oct 27 10:19:31 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 +
13 + #include  "rtmath.h"
14 + #include  "resolu.h"
15 +
16   #ifdef __cplusplus
17   extern "C" {
18   #endif
13
14 #include  "resolu.h"
19  
20                                  /* view types */
21   #define  VT_PER         'v'             /* perspective */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines