diff options
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index d55b326aa..79dc008b9 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -243,9 +243,10 @@ class Graphics : public gcn::Graphics { } - virtual void drawTile(const ImageVertexes *const vert) = 0; + virtual void drawTileVertexes(const ImageVertexes *const vert) = 0; - virtual void drawTile(const ImageCollection *const vertCol) = 0; + virtual void drawTileCollection(const ImageCollection + *const vertCol) = 0; virtual void calcTileCollection(ImageCollection *const vertCol, const Image *const image, |