Merge pull request #22816 from CastagnaIT/fix_tx3g
[xbmc.git] / xbmc / playlists / PlayListXML.h
blobd1e18bc9cf3baba4d41562357e3dc7869bc06a84
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 "PlayList.h"
13 namespace PLAYLIST
15 class CPlayListXML :
16 public CPlayList
18 public:
19 CPlayListXML(void);
20 ~CPlayListXML(void) override;
21 bool Load(const std::string& strFileName) override;
22 void Save(const std::string& strFileName) const override;