10 lines
181 B
C++
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);
|
|
}
|