summaryrefslogtreecommitdiff
path: root/src/map_draw_gdk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map_draw_gdk.h')
-rw-r--r--src/map_draw_gdk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map_draw_gdk.h b/src/map_draw_gdk.h
index 85240b4..65985fb 100644
--- a/src/map_draw_gdk.h
+++ b/src/map_draw_gdk.h
@@ -29,4 +29,6 @@
void map_draw_gdk(map_t* pMap, GPtrArray* pTiles, rendermetrics_t* pRenderMetrics, GdkPixmap* pPixmap, gint nDrawFlags);
void map_draw_gdk_xor_rect(map_t* pMap, GdkDrawable* pTargetDrawable, screenrect_t* pRect);
+void map_draw_gdk_layer_fill(map_t* pMap, GdkPixmap* pPixmap, rendermetrics_t* pRenderMetrics, maplayerstyle_t* pLayerStyle);
+
#endif