~widelands-dev/widelands/bug-1806901_use_compile_sh_in_update_sh

« back to all changes in this revision

Viewing changes to src/editor/ui_menus/main_menu.h

  • Committer: franku
  • Date: 2018-12-21 09:25:27 UTC
  • mfrom: (8937.1.8 trunk)
  • Revision ID: somal@arcor.de-20181221092527-f345bosb29a8uesc
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
/**
30
30
 * This represents the main menu
31
 
*/
 
31
 */
32
32
struct EditorMainMenu : public UI::UniqueWindow {
33
33
        EditorMainMenu(EditorInteractive&, UI::UniqueWindow::Registry&);
34
34