OSDN Git Service

Update tests
[mikumikustudio/libgdx-mikumikustudio.git] / extensions / gdx-bullet / jni / src / custom / gdx / MeshReducer.h
1 #ifndef MeshReducer_H
2 #define MeshReducer_H
3
4 class MeshReducer {
5 public:
6         void reduce(float *verts, int *triangles, int *map, int *permutation);
7 };
8
9 #endif // MeshReducer_H