summaryrefslogtreecommitdiffstats
path: root/xbmc/application/ApplicationComponents.h
blob: 33ae0d3fc34bf4a1baf35b0bec79ec82f0428f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  Copyright (C) 2022 Team Kodi
 *  This file is part of Kodi - https://kodi.tv
 *
 *  SPDX-License-Identifier: GPL-2.0-or-later
 *  See LICENSES/README.md for more information.
 */

#pragma once

#include "application/IApplicationComponent.h"
#include "utils/ComponentContainer.h"

//! \brief Convenience alias for application components.
using CApplicationComponents = CComponentContainer<IApplicationComponent>;