[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / dialogs / GUIDialogPlayerControls.h
blobe2bb1a4317385174686e0dd841c17818c4cfd8a2
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 "guilib/GUIDialog.h"
13 class CGUIDialogPlayerControls :
14 public CGUIDialog
16 public:
17 CGUIDialogPlayerControls(void);
18 ~CGUIDialogPlayerControls(void) override;