summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilebuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilebuf.h')
-rw-r--r--crawl-ref/source/tilebuf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/tilebuf.h b/crawl-ref/source/tilebuf.h
index f3599b93d1..9460220aad 100644
--- a/crawl-ref/source/tilebuf.h
+++ b/crawl-ref/source/tilebuf.h
@@ -8,6 +8,8 @@
#ifndef TILEBUF_H
#define TILEBUF_H
+#include "tiles.h"
+
class FTFont;
class formatted_string;
class GenericTexture;
@@ -90,7 +92,7 @@ class TileBuffer : public VertBuffer<PTVert>
public:
TileBuffer(const TilesTexture *tex = NULL);
- void add_unscaled(int idx, float x, float y);
+ void add_unscaled(int idx, float x, float y, int ymax = TILE_Y);
void add(int idx, int x, int y, int ox = 0, int oy = 0, bool centre = true, int ymax = -1);