summaryrefslogtreecommitdiff
path: root/source/LoG/art/mesh.h
blob: 13aeaed885fdc5bd551636bbb8a41a4903643ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __LOG_MESH_H__
#define __LOG_MESH_H__

namespace Art
{

	class Mesh
	{
	public: 
		
		Mesh();
		~Mesh();

	};

}

#endif