1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#ifndef GRAMMAR_MESA_H #define GRAMMAR_MESA_H #include "imports.h" /* NOTE: include Mesa 3-D specific headers here */ typedef GLuint grammar; typedef GLubyte byte; #define GRAMMAR_PORT_INCLUDE 1 #include "grammar.h" #undef GRAMMAR_PORT_INCLUDE #endif