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

« back to all changes in this revision

Viewing changes to src/flooritem.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
        std::string getName() const A_WARN_UNUSED;
76
76
 
77
 
        virtual int getTileX() const override A_WARN_UNUSED
 
77
        int getTileX() const override A_WARN_UNUSED
78
78
        { return mX; }
79
79
 
80
 
        virtual int getTileY() const override A_WARN_UNUSED
 
80
        int getTileY() const override A_WARN_UNUSED
81
81
        { return mY; }
82
82
 
83
83
        void incrementPickup()