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

« back to all changes in this revision

Viewing changes to src/gui/widgets/sliderlist.cpp

  • 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:
20
20
 
21
21
#include "gui/widgets/sliderlist.h"
22
22
 
23
 
#include "client.h"
24
 
 
25
23
#include "gui/gui.h"
26
 
#include "gui/sdlfont.h"
27
24
 
28
25
#include "gui/widgets/button.h"
29
26
#include "gui/widgets/label.h"
30
27
 
31
 
#include "utils/dtor.h"
32
 
 
33
28
#include <guichan/font.hpp>
34
29
 
35
30
#include "debug.h"