summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilesdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilesdl.h')
-rw-r--r--crawl-ref/source/tilesdl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h
index 37fc599061..0720e48663 100644
--- a/crawl-ref/source/tilesdl.h
+++ b/crawl-ref/source/tilesdl.h
@@ -88,8 +88,8 @@ public:
bool initialise();
void shutdown();
- void load_dungeon(unsigned int *tileb, int gx, int gy);
- void load_dungeon(int gx, int gy);
+ void load_dungeon(unsigned int *tileb, const coord_def &gc);
+ void load_dungeon(const coord_def &gc);
int getch_ck();
void resize();
void clrscr();