TheAtlasEngine
Loading...
Searching...
No Matches
mesh.hpp
1
#pragma once
2
#include <string>
3
4
namespace
atlas {
5
class
mesh
{
6
public
:
7
mesh
() =
default
;
8
// TODO: Change this because UNUSED!!!
9
mesh
(
const
std::string& p_filepath);
10
};
11
};
atlas::mesh
Definition
mesh.hpp:5
TheAtlasEngine
atlas
core
geometry
mesh.hpp
Generated by
1.9.8