Files
bluflame/meshTools/meshTools/include/tools/Delete.h
2026-04-18 22:31:51 +02:00

10 lines
181 B
C++

#pragma once
#include "../../include/core/core.h"
#include "typedefs.h"
namespace mt
{
// Deletes the faces and removes them from the mesh.
void Delete(const FaceList& faces);
}