WINTERMUTE: Privatize members in UITiledImage

This commit is contained in:
Einar Johan Trøan Sømåen 2012-12-13 20:55:17 +01:00
parent e30271e6f6
commit af857147c2

View File

@ -46,6 +46,7 @@ public:
bool display(int x, int y, int width, int height);
UITiledImage(BaseGame *inGame = NULL);
virtual ~UITiledImage();
private:
BaseSubFrame *_image;
Rect32 _upLeft;
Rect32 _upMiddle;