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

« back to all changes in this revision

Viewing changes to src/gui/equipmentwindow.h

  • 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:
30
30
 
31
31
#include "utils/xml.h"
32
32
 
33
 
#include "resources/image.h"
34
 
 
35
33
#include <guichan/actionlistener.hpp>
36
34
 
37
35
#include <vector>
38
36
 
39
37
class Being;
40
38
class Button;
41
 
class Inventory;
42
39
class Image;
43
40
class ImageSet;
44
41
class Item;
101
98
 
102
99
        void mouseMoved(gcn::MouseEvent &event) override;
103
100
 
 
101
        void mouseReleased(gcn::MouseEvent &event) override;
 
102
 
104
103
        void recalcSize();
105
104
 
106
105
    private: