~widelands-dev/widelands/render_queue

« back to all changes in this revision

Viewing changes to src/editor/tools/editor_info_tool.h

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        EditorInfoTool() : EditorTool(*this, *this, false) {
28
28
        }
29
29
 
30
 
        int32_t handle_click_impl(Widelands::Map& map,
31
 
                                  const Widelands::World& world,
 
30
        int32_t handle_click_impl(const Widelands::World& world,
32
31
                                  Widelands::NodeAndTriangle<> center,
33
32
                                  EditorInteractive& parent,
34
 
                                  EditorActionArgs& args) override;
 
33
                                  EditorActionArgs* args,
 
34
                                                          Widelands::Map* map) override;
35
35
 
36
36
        char const* get_sel_impl() const override {
37
37
                return "pics/fsel_editor_info.png";