diff options
Diffstat (limited to 'source/Asura.Editor/graphics/drawer.cpp')
-rw-r--r-- | source/Asura.Editor/graphics/drawer.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/Asura.Editor/graphics/drawer.cpp b/source/Asura.Editor/graphics/drawer.cpp new file mode 100644 index 0000000..f2fca31 --- /dev/null +++ b/source/Asura.Editor/graphics/drawer.cpp @@ -0,0 +1,16 @@ +#include "drawer.h" + +using namespace AEGraphics; + +namespace AsuraEditor +{ + namespace Graphics + { + + void Drawer::DrawImage(Image* img) + { + + } + + } +}
\ No newline at end of file |