summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/Graphics/Drawer.cpp
blob: 6482aeb16d7e98b8269344f342eab8f5dfc08f67 (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)
		{
		
		}

	}
}