summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index b3a9769f39..49cf753940 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -69,10 +69,9 @@ private:
};
struct coord_def;
+struct crawl_view_geometry;
-void gui_init_view_params(coord_def &termsz, coord_def &viewsz,
- coord_def &msgp, coord_def &msgsz,
- coord_def &hudp, const coord_def &hudsz);
+void gui_init_view_params(crawl_view_geometry &geom);
// If mouse on dungeon map, returns true and sets gc.
// Otherwise, it just returns false.