home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / gprim / discgrp / enum.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-21  |  288 b   |  9 lines

  1. #define MAXDEPTH 16
  2. #define INSERT    1
  3. #define MATCH    2
  4. #define BEGIN    4    /* loaded at beginning: don't print it */
  5. #define insert_mat(xxx)    insert_or_match_mat(xxx, INSERT)
  6. #define match_mat(xxx)    insert_or_match_mat(xxx, MATCH)
  7. #define begin_mat(xxx)    insert_or_match_mat(xxx, INSERT | BEGIN)
  8.  
  9.