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.1 by greg, Thu Feb 2 10:49:01 1989 UTC vs.
Revision 1.4 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 1 | Line 1
1 + /* RCSid: $Id$ */
2   /*
2
3 /* SCCSid "$SunId$ LBL" */
4 #include "mk_crefs.h"
5 */
6
7 /*
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 337 | 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