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

« back to all changes in this revision

Viewing changes to src/gui/minimap.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:
25
25
#include "actorspritemanager.h"
26
26
#include "client.h"
27
27
#include "configuration.h"
28
 
#include "localplayer.h"
29
28
#include "party.h"
30
29
 
 
30
#include "being/localplayer.h"
 
31
 
31
32
#include "gui/setup.h"
32
33
#include "gui/viewport.h"
33
34
#include "gui/textpopup.h"
39
40
#include "utils/gettext.h"
40
41
#include "utils/sdlcheckutils.h"
41
42
 
42
 
#include <guichan/font.hpp>
43
 
 
44
43
#include "debug.h"
45
44
 
46
45
bool Minimap::mShow = true;