]> git.sesse.net Git - movit/blob - movit_pch.h
Remove obsolete files header.vert and footer.vert.
[movit] / movit_pch.h
1 #ifndef _MOVIT_PCH_H
2 #define _MOVIT_PCH_H 1
3
4 #ifdef MOVIT_USE_PCH
5
6 #include <GL/glew.h>
7 #include <Eigen/Core>
8 #include <Eigen/LU>
9 #include <vector>
10 #include <map>
11 #include <string>
12 #include <assert.h>
13 #include <stdio.h>
14 #include <stdlib.h>
15 #include <stddef.h>
16 #include <math.h>
17
18 #endif  // defined(MOVIT_USE_PCH)
19
20 #endif  // !defined(_MOVIT_PCH_H)