Subversion Repositories gelsvn

Rev

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

Rev 178 Rev 207
1
#ifndef __GLGRAPHICS_DRAW_H_
1
#ifndef __GLGRAPHICS_DRAW_H_
2
#define __GLGRAPHICS_DRAW_H_
2
#define __GLGRAPHICS_DRAW_H_
3
 
3
 
4
#include "Geometry/TriMesh.h"
4
#include "Geometry/TriMesh.h"
5
 
5
 
6
void draw(const Geometry::TriMesh& tm);
6
void draw(const Geometry::TriMesh& tm);
7
 
7
 
8
#endif
8
#endif
9
 
9