Rev 167 | Rev 299 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __GLGRAPHICS_DRAW_H_
#define __GLGRAPHICS_DRAW_H_
#include "Geometry/TriMesh.h"
void draw(const Geometry::TriMesh& tm);
#endif