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

« back to all changes in this revision

Viewing changes to src/gui/theme.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:
26
26
#define GUI_THEME_H
27
27
 
28
28
#include "configlistener.h"
29
 
#include "graphics.h"
 
29
 
 
30
#include "render/graphics.h"
30
31
 
31
32
#include "gui/palette.h"
32
33
 
 
34
#include "utils/stringvector.h"
 
35
 
33
36
#include <map>
34
37
 
35
38
#include "localconsts.h"
37
40
class DyePalette;
38
41
class Image;
39
42
class ImageSet;
40
 
class ProgressBar;
41
43
 
42
44
const int THEME_PALETTES = 5;
43
45