~sao/+junk/gemrb-source

« back to all changes in this revision

Viewing changes to gemrb/core/GUI/Slider.cpp

  • Committer: Oliver Sauder
  • Date: 2012-08-01 15:00:51 UTC
  • Revision ID: os@esite.ch-20120801150051-s0cnlj0b8qwjc71i
Updated to verison 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <cmath>
31
31
 
 
32
namespace GemRB {
 
33
 
32
34
Slider::Slider(short KnobXPos, short KnobYPos, short KnobStep,
33
35
        unsigned short KnobStepsCount, bool Clear)
34
36
{
289
291
 
290
292
        return true;
291
293
}
 
294
 
 
295
}