Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
39 |
bj |
1 |
#ifndef __HMESHUTIL_OBJSAVE__H__
|
|
|
2 |
#define __HMESHUTIL_OBJSAVE__H__
|
|
|
3 |
|
|
|
4 |
#include "HMesh/Manifold.h"
|
|
|
5 |
|
|
|
6 |
namespace HMeshUtil
|
|
|
7 |
{
|
|
|
8 |
|
|
|
9 |
bool obj_save(const std::string&, HMesh::Manifold& m);
|
|
|
10 |
|
|
|
11 |
}
|
|
|
12 |
#endif
|