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

Comparing ray/src/common/targa.h (file contents):
Revision 2.3 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.5 by greg, Fri Jun 27 06:53:22 2003 UTC

# Line 2 | Line 2
2   /*
3   *  tardev.h - header file for reading and writing Targa format files.
4   */
5 < #include "copyright.h"
6 <
5 > #ifndef _RAD_TARGA_H_
6 > #define _RAD_TARGA_H_
7 > #ifdef __cplusplus
8 > extern "C" {
9 > #endif
10 >
11                          /* header structure adapted from tardev.h */
12   struct hdStruct {
13          char textSize;                  /* size of info. line ( < 256) */
# Line 33 | Line 37 | struct hdStruct {
37   #define  CM_HASMAP      1               /* has color map */
38  
39   #define  bits_bytes(n)  (((n)+7)>>3)    /* number of bits to number of bytes */
40 +
41 +
42 + #ifdef __cplusplus
43 + }
44 + #endif
45 + #endif /* _RAD_TARGA_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines