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.
11 #include "filesystem/Directory.h"
18 class CGUIDialogSimpleMenu
22 /*! \brief Show dialog allowing selection of wanted playback item */
23 static bool ShowPlaySelection(CFileItem
& item
, bool forceSelection
= false);
24 static bool ShowPlaySelection(CFileItem
& item
, const std::string
& directory
);
27 static bool GetDirectoryItems(const std::string
&path
, CFileItemList
&items
, const XFILE::CDirectory::CHints
&hints
);