Subversion Repositories gelsvn

Rev

Rev 150 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
149 jab 1
#ifndef __HMESHUTIL_X3DLOAD_H__
2
#define __HMESHUTIL_X3DLOAD_H__
3
 
4
#include <string>
5
 
6
// This is just an example of a loader
7
#include "HMesh/Manifold.h"
8
 
9
 
10
namespace HMeshUtil
11
{
12
	bool x3d_load(const std::string& filename, HMesh::Manifold&);
13
}
14
#endif