Euphoria
mesh.h
Go to the documentation of this file.
1#pragma once
2
3#include "eu/core/mesh.h"
4
5
6namespace eu::io
7{
8
9core::Mesh mesh_from_file(const std::string& file);
10
11}
12
Definition file.h:4
core::Mesh mesh_from_file(const std::string &file)
A (inclusive) range between two values.
Definition range.h:19