Files
reactos/dll/opengl/mesa/math/precomp.h
T
Hermès Bélusca-Maïto 49ab546ac3 Sync up with trunk r61578.
svn path=/branches/ntvdm/; revision=61579
2014-01-11 00:00:10 +00:00

15 lines
272 B
C

#ifndef _MESA_MATH_PCH_
#define _MESA_MATH_PCH_
#include <main/context.h>
#include <main/glheader.h>
#include <main/imports.h>
#include <main/macros.h>
#include "m_eval.h"
#include "m_matrix.h"
#include "m_translate.h"
#include "m_xform.h"
#endif /* _MESA_MATH_PCH_ */