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

Comparing ray/src/common/lamps.c (file contents):
Revision 2.9 by schorsch, Sun Jun 8 12:03:09 2003 UTC vs.
Revision 2.11 by greg, Sat Jun 7 05:12:49 2025 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7  
8   #include "copyright.h"
9  
10 #include  <stdio.h>
11 #include  <stdlib.h>
10   #include  <ctype.h>
11  
12   #include  "standard.h"
13 + #include  "paths.h"
14   #include  "color.h"
15  
16   extern char     *eindex(), *expsave();
18 extern FILE     *frlibopen();
17  
18   typedef struct lamp {
19          char    *pattern;                       /* search pattern */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines