Enzo
Loading...
Searching...
No Matches
src
Engine
GeometryAlgorithms
ObjReader.h
1
#pragma once
2
#include <istream>
3
4
namespace
enzo::geo {
5
class
Mesh;
6
}
7
8
namespace
enzo::utils {
9
18
void
readObjInto(std::istream& file, geo::Mesh& mesh);
19
20
}
// namespace enzo::utils
Generated by
1.12.0