diff options
author | chai <chaifix@163.com> | 2018-08-16 14:21:56 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-16 14:21:56 +0800 |
commit | 8585c92b7d0744a1f1a39c872cf5096621161b6c (patch) | |
tree | 6aa02138f39f7b11ab17c7399064353092b8df0c /src/lua/graphics/Canvas.cpp | |
parent | be9b27dbf550093b555ab3087c11b38c89ab9fd0 (diff) |
*update
Diffstat (limited to 'src/lua/graphics/Canvas.cpp')
-rw-r--r-- | src/lua/graphics/Canvas.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/lua/graphics/Canvas.cpp b/src/lua/graphics/Canvas.cpp deleted file mode 100644 index 1714e77..0000000 --- a/src/lua/graphics/Canvas.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#include "Canvas.h" - -namespace jin -{ -namespace lua -{ -namespace graphics -{ - - Canvas* Canvas::createCanvas(int w, int h) - { - Canvas* canvas = new Canvas(); - canvas->canvas = jin::graphics::Canvas::createCanvas(w, h); - return canvas; - } - - void Canvas::unbind() - { - jin::graphics::Canvas::unbind(); - } - -} // graphics -} // lua -} // jin
\ No newline at end of file |