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

using namespace std;

namespace_begin(AsuraEngine)
namespace_begin(Graphics)

		
		LUAX_REGISTRY(SpriteBatch)
		{

		}

		LUAX_POSTPROCESS(SpriteBatch)
		{

		}

	}
}