[PVR][Estuary] Timer settings dialog: Show client name in timer type selection dialog...
[xbmc.git] / xbmc / video / dialogs / GUIDialogFullScreenInfo.h
blobca5b5e88503c56f6ee3303953380a31dcb1b834a
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 CGUIDialogFullScreenInfo :
14 public CGUIDialog
16 public:
17 CGUIDialogFullScreenInfo(void);
18 ~CGUIDialogFullScreenInfo(void) override;
19 bool OnAction(const CAction &action) override;