home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Graphics / graphics-16000.iso / msdos / raytrace / rayshade / etc / rsconver / yacc_tab.h < prev    next >
C/C++ Source or Header  |  1992-04-30  |  1KB  |  67 lines

  1. typedef union {
  2.     char *c;
  3.     int i;
  4.     double d;
  5.     Color col;
  6.     Vector v;
  7. } YYSTYPE;
  8. #define    tFLOAT    258
  9. #define    tSTRING    259
  10. #define    tHASHTHING    260
  11. #define    tINT    261
  12. #define    tADAPTIVE    262
  13. #define    tAPERTURE    263
  14. #define    tBACKGROUND    264
  15. #define    tBLOTCH    265
  16. #define    tBOX    266
  17. #define    tBUMP    267
  18. #define    tCONE    268
  19. #define    tCYL    269
  20. #define    tDIRECTIONAL    270
  21. #define    tENDDEF    271
  22. #define    tEXTENDED    272
  23. #define    tEYEP    273
  24. #define    tFBM    274
  25. #define    tFBMBUMP    275
  26. #define    tFOCALDIST    276
  27. #define    tFOG    277
  28. #define    tFOV    278
  29. #define    tGLOSS    279
  30. #define    tGRID    280
  31. #define    tHEIGHTFIELD    281
  32. #define    tJITTERED    282
  33. #define    tLIGHT    283
  34. #define    tLIST    284
  35. #define    tLOOKP    285
  36. #define    tMARBLE    286
  37. #define    tMAXDEPTH    287
  38. #define    tMIST    288
  39. #define    tOBJECT    289
  40. #define    tOUTFILE    290
  41. #define    tPLANE    291
  42. #define    tPOINT    292
  43. #define    tPOLY    293
  44. #define    tROTATE    294
  45. #define    tSAMPLES    295
  46. #define    tSCALE    296
  47. #define    tSCREEN    297
  48. #define    tSPHERE    298
  49. #define    tSTARTDEF    299
  50. #define    tSUPERQ    300
  51. #define    tSURFACE    301
  52. #define    tRESOLUTION    302
  53. #define    tTHRESH    303
  54. #define    tTRANSLATE    304
  55. #define    tTRANSFORM    305
  56. #define    tTRIANGLE    306
  57. #define    tUP    307
  58. #define    tENDFILE    308
  59. #define    tTEXTURE    309
  60. #define    tCHECKER    310
  61. #define    tWOOD    311
  62. #define    tCONTRAST    312
  63. #define    tCUTOFF    313
  64.  
  65.  
  66. extern YYSTYPE yylval;
  67.