reactos/dll/opengl/mesa/tnl/precomp.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

29 lines
628 B
C

#ifndef _MESA_TNL_PCH_
#define _MESA_TNL_PCH_
#include <main/bufferobj.h>
#include <main/colormac.h>
#include <main/context.h>
#include <main/dd.h>
#include <main/enums.h>
#include <main/feedback.h>
#include <main/glheader.h>
#include <main/imports.h>
#include <main/light.h>
#include <main/macros.h>
#include <main/mtypes.h>
#include <main/simple_list.h>
#include <main/state.h>
#include <math/m_matrix.h>
#include <math/m_translate.h>
#include <math/m_xform.h>
#include <swrast/s_chan.h>
#include <vbo/vbo.h>
#include "t_context.h"
#include "t_pipeline.h"
#include "t_vertex.h"
#include "tnl.h"
#endif /* _MESA_TNL_PCH_ */