summaryrefslogtreecommitdiff
path: root/src/mesa/shader/grammar_mesa.h
blob: 77a8804636ee44d4b27ffcd27c89a827e7b52702 (plain)
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