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

Comparing ray/src/px/tardev.h (file contents):
Revision 1.3 by greg, Sat Feb 22 02:07:28 2003 UTC vs.
Revision 1.4 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 2 | Line 2
2   /*
3   *              Board types used for targa->boardType
4   */
5 + #ifndef _RAD_TARDEV_H_
6 + #define _RAD_TARDEV_H_
7 +
8 + #ifdef __cplusplus
9 + extern "C" {
10 + #endif
11 +
12   #define    TYPE_8        8
13   #define    TYPE_16  16
14   #define    TYPE_24  24
# Line 332 | Line 339 | typedef struct {
339          int *strokes;                   /* where the strokes are located */
340          SFONTCHAR *info;                /* info on each character */
341   } SFONT;
342 +
343 +
344 + #ifdef __cplusplus
345 + }
346 + #endif
347 + #endif /* _RAD_TARDEV_H_ */
348 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines