2 * Copyright (C) 2015-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 "addons/Resource.h"
16 class CUISoundsResource
: public CResource
19 explicit CUISoundsResource(const AddonInfoPtr
& addonInfo
);
21 bool IsAllowed(const std::string
&file
) const override
;
22 bool IsInUse() const override
;
23 void OnPostInstall(bool update
, bool modal
) override
;