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

Comparing ray/src/cv/mgflib/parser.h (file contents):
Revision 1.10 by greg, Wed Jun 29 16:15:17 1994 UTC vs.
Revision 1.11 by greg, Thu Jun 30 11:07:38 1994 UTC

# Line 275 | Line 275 | extern int     c_hcolor();                     /* handle color entity */
275   extern int      c_hmaterial();                  /* handle material entity */
276   extern int      c_hvertex();                    /* handle vertex entity */
277   extern void     c_clearall();                   /* clear context tables */
278 + extern C_MATERIAL       *c_getmaterial();       /* get a named material */
279   extern C_VERTEX *c_getvert();                   /* get a named vertex */
280   extern C_COLOR  *c_getcolor();                  /* get a named color */
281   extern void     c_ccvt();                       /* fix color representation */
# Line 284 | Line 285 | extern int     c_hcolor(int, char **);         /* handle color en
285   extern int      c_hmaterial(int, char **);      /* handle material entity */
286   extern int      c_hvertex(int, char **);        /* handle vertex entity */
287   extern void     c_clearall(void);               /* clear context tables */
288 + extern C_MATERIAL       *c_getmaterial(char *); /* get a named material */
289   extern C_VERTEX *c_getvert(char *);             /* get a named vertex */
290   extern C_COLOR  *c_getcolor(char *);            /* get a named color */
291   extern void     c_ccvt(C_COLOR *, int);         /* fix color representation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines