Subversion Repositories gelsvn

Rev

Rev 150 | Rev 362 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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