diff options
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 7 |
1 files changed, 7 insertions, 0 deletions
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; |