#include "meshoptimizer.h" int main() { meshopt_encodeVertexVersion(0); meshopt_encodeIndexVersion(1); return 0; }