goat3d

view src/mesh.h @ 0:2918358f5e6d

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 Aug 2013 16:10:26 +0300
parents
children e46529a5d057
line source
1 #ifndef MESH_H_
2 #define MESH_H_
4 class Mesh {
5 // TODO
6 };
8 #endif // MESH_H_