dust3d/src/unionmesh.h

8 lines
141 B
C
Raw Normal View History

#ifndef UNION_MESH_H
#define UNION_MESH_H
#include <vector>
int unionMeshs(void *meshliteContext, const std::vector<int> &meshIds);
#endif