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.
12 #if defined
(TARGET_WINDOWS
)
16 #include
"interfaces/legacy/Addon.h"
17 #include
"interfaces/legacy/Settings.h"
19 using namespace XBMCAddon
;
20 using namespace xbmcaddon
;
23 #pragma GCC diagnostic ignored
"-Wstrict-aliasing"
28 // This is all about warning suppression. It's
OK that these base classes are
29 // not part of what swig parses.
30 %feature
("knownbasetypes") XBMCAddon
::xbmcaddon
"AddonClass"
32 %include
"interfaces/legacy/swighelper.h"
33 %include
"interfaces/legacy/AddonString.h"
35 %include
"interfaces/legacy/Addon.h"
36 %nodefaultctor Settings
;
37 %include
"interfaces/legacy/Settings.h"