summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/graphics/drawer.cpp
blob: f2fca313454730c4d2cfe0e66ff75c6ed2de5cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "drawer.h"

using namespace AEGraphics;

namespace AsuraEditor
{
	namespace Graphics
	{

		void Drawer::DrawImage(Image* img)
		{
		
		}

	}
}