~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/editor/editorinteractive.cc

  • Committer: Wideland's Bunnybot
  • Date: 2017-05-15 05:42:20 UTC
  • mfrom: (8311.1.4 widelands_includes)
  • Revision ID: bunnybot@widelands.org-20170515054220-9meajdwj2on14tj4
Merged lp:~widelands-dev/widelands/widelands_includes:
Removed unused references to wlapplication.h and moved Options into a separate library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#include "scripting/lua_table.h"
51
51
#include "ui_basic/messagebox.h"
52
52
#include "ui_basic/progresswindow.h"
53
 
#include "wlapplication.h"
54
53
#include "wui/field_overlay_manager.h"
55
54
#include "wui/game_tips.h"
56
55
#include "wui/interactive_base.h"