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

Comparing ray/src/util/t16anim.c (file contents):
Revision 1.2 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 1.3 by schorsch, Mon Oct 27 10:32:06 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include <stdio.h>
11  
12 + #include "rtprocess.h"
13   #include "client/clnt.h"
13
14   #include  "targa.h"
15  
16   #define  goodpic(h)     (((h)->dataType==IM_RGB || (h)->dataType==IM_CRGB) \
17                                  && (h)->dataBits==16)
18  
19 FILE    *popen();
19  
20   char    *pcom = NULL;                   /* uncompress command */
21  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines