1 #ifndef WIDGET_MAP_EDITOR_TOOL_H
2 #define WIDGET_MAP_EDITOR_TOOL_H
3 
4 #include "map/point.h"
5 
6 void map_editor_tool_draw(const map_tile *tile);
7 
8 #endif // WIDGET_MAP_EDITOR_TOOL_H
9