[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / powermanagement / WinIdleTimer.h
blobd7a6f8f826890bb50f92e1ea8c3b14f1a7f51234
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 #include "utils/Stopwatch.h"
13 class CWinIdleTimer : public CStopWatch
15 public:
16 void StartZero();