summaryrefslogtreecommitdiff
path: root/Source/modules/asura-box2d/Box2DModule.h
blob: 31a665b3ba9006506dd2ce4f333df415484ae97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __ASURA_BOX2D_MODULE_H__
#define __ASURA_BOX2D_MODULE_H__

#include <asura-base/Module.h>

namespace AsuraEngine
{

	class Box2DModule ASURA_FINAL : public Module
	{
	public:
	


	};

}

#endif