From eecd33fff488d54d038d84d8676000fad826e940 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Jun 2014 02:17:38 +0300 Subject: fix modernoepngl drawing. Add simple draw test in most renders. --- src/render/graphics.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/render/graphics.h') diff --git a/src/render/graphics.h b/src/render/graphics.h index a779ee1bb..3100971fc 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -460,6 +460,13 @@ class Graphics notfinal virtual void finalize(ImageVertexes *const vert A_UNUSED) { } + virtual void testDraw() + { } + + virtual void removeArray(const uint32_t sz A_UNUSED, + uint32_t *const arr A_UNUSED) + { } + int mWidth; int mHeight; int mActualWidth; -- cgit v1.2.3-60-g2f50