summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/slider.cpp
blob: f9eb861c994f751f36fd2672a2a92fb3496f929b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// license:BSD-3-Clause
// copyright-holders:Ryan Holtz

/***************************************************************************

    ui/slider.h

    Internal data representation for an adjustment slider.

***************************************************************************/

#include "slider.h"

slider_state::slider_state()
{
}

slider_state::~slider_state()
{
}