summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Graphics/binding/_mesh2d.cpp
blob: 4e3f426ad4e5b067ee07b1e4b4d2dc1070d2f43b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "../mesh2d.h"

using namespace std;

namespace_begin(AsuraEngine)
namespace_begin(Graphics)

		
		LUAX_REGISTRY(Mesh2D)
		{

		}

		LUAX_POSTPROCESS(Mesh2D)
		{

		}

	}
}