attribs.h 220 B

123456789101112
  1. #ifndef _ATTRIBS_H
  2. #define _ATTRIBS_H
  3. // a convenience header to get all the attrib types in one whack
  4. #include "attrbool.h"
  5. #include "attrfloat.h"
  6. #include "attrint.h"
  7. #include "attrstr.h"
  8. #include "attrfn.h"
  9. #endif