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

« back to all changes in this revision

Viewing changes to src/gui/widgets/playerbox.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/widgets/playerbox.h"
24
24
 
25
 
#include "animatedsprite.h"
26
 
#include "being.h"
27
25
#include "client.h"
28
 
#include "configuration.h"
 
26
 
 
27
#include "being/being.h"
29
28
 
30
29
#include "resources/image.h"
31
30
 
32
 
#include "utils/dtor.h"
33
 
 
34
31
#include "debug.h"
35
32
 
36
33
PlayerBox::PlayerBox(Being *const being, const std::string &skin,