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

« back to all changes in this revision

Viewing changes to src/localplayer.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2013-05-27 09:14:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130527091403-4b1jceqok7g2v5on
Tags: 1.3.5.26-1
[ Andrei Karas ]
* Add new files to copyright file.
* Update homepage URL.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "actorspritelistener.h"
27
27
#include "being.h"
28
 
#include "listener.h"
 
28
#include "depricatedlistener.h"
29
29
#include "localconsts.h"
30
30
 
31
31
#include "gui/userpalette.h"
41
41
class Item;
42
42
class Map;
43
43
class OkDialog;
44
 
struct SkillInfo;
45
44
 
46
45
class AwayListener final : public gcn::ActionListener
47
46
{
68
67
 */
69
68
class LocalPlayer final : public Being,
70
69
                          public ActorSpriteListener,
71
 
                          public Listener
 
70
                          public DepricatedListener
72
71
{
73
72
    public:
74
73
        /**