~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/windowmenu.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-09-17 10:35:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130917103551-az7p3nz9jgxwqjfn
Tags: 1.3.9.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "gui/windowmenu.h"
24
24
 
25
 
#include "emoteshortcut.h"
26
 
#include "inputmanager.h"
27
 
#include "keyboardconfig.h"
28
 
 
29
 
#include "gui/didyouknowwindow.h"
30
 
#include "gui/helpwindow.h"
 
25
#include "configuration.h"
 
26
 
 
27
#include "input/inputmanager.h"
 
28
 
31
29
#include "gui/skilldialog.h"
32
30
#ifdef MANASERV_SUPPORT
33
31
#include "gui/specialswindow.h"
35
33
#include "gui/textpopup.h"
36
34
#include "gui/viewport.h"
37
35
 
38
 
#include "net/net.h"
39
 
#include "net/playerhandler.h"
40
 
 
41
36
#include "utils/dtor.h"
42
37
#include "utils/gettext.h"
43
38