From f83f5af19fc828806df8be7807ca418cfd0306da Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 18 Mar 2015 00:51:41 -0400 Subject: Added ghosts of adjacent warp maps to map editor widget --- tools/mapedit/src/widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mapedit/src/widget.h') diff --git a/tools/mapedit/src/widget.h b/tools/mapedit/src/widget.h index c1bff31..12784f8 100644 --- a/tools/mapedit/src/widget.h +++ b/tools/mapedit/src/widget.h @@ -54,6 +54,7 @@ class MapeditWidget : public wxScrolledCanvas { private: void SetTile(wxPoint pos); void SetZoomSize(int zoom); + void RenderMap(Map* toRender, wxPaintDC& dc, wxMemoryDC& tiles_dc, int offset_x = EDITOR_SPACING_X, int offset_y = EDITOR_SPACING_Y, bool main = true); Map* map = nullptr; wxBitmap tiles; -- cgit 1.4.1