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

« back to all changes in this revision

Viewing changes to src/gui/viewport.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:
24
24
#define GUI_VIEWPORT_H
25
25
 
26
26
#include "configlistener.h"
27
 
#include "maplayer.h"
28
27
#include "position.h"
29
28
 
30
29
#include "gui/widgets/windowcontainer.h"
35
34
class Button;
36
35
class Being;
37
36
class BeingPopup;
38
 
class BrowserBox;
39
37
class ChatTab;
40
38
class FloorItem;
41
39
class Graphics;
42
 
class ImageSet;
43
40
class Item;
44
 
class ItemShortcut;
45
41
class Map;
 
42
class MapItem;
46
43
class PopupMenu;
47
44
class ProgressBar;
48
 
class StatusPopup;
49
45
class TextCommand;
50
46
class TextField;
51
47
class TextPopup;