summary refs log tree commit diff stats
path: root/tools/mapedit/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mapedit/src/widget.h')
-rw-r--r--tools/mapedit/src/widget.h1
1 files changed, 1 insertions, 0 deletions
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 {
54 private: 54 private:
55 void SetTile(wxPoint pos); 55 void SetTile(wxPoint pos);
56 void SetZoomSize(int zoom); 56 void SetZoomSize(int zoom);
57 void RenderMap(Map* toRender, wxPaintDC& dc, wxMemoryDC& tiles_dc, int offset_x = EDITOR_SPACING_X, int offset_y = EDITOR_SPACING_Y, bool main = true);
57 58
58 Map* map = nullptr; 59 Map* map = nullptr;
59 wxBitmap tiles; 60 wxBitmap tiles;