mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
28 lines
628 B
C
28 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_ */
|