diff options
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/NOTE')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/NOTE | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/NOTE b/xbmc/addons/kodi-addon-dev-kit/include/NOTE new file mode 100644 index 0000000..c375cd8 --- /dev/null +++ b/xbmc/addons/kodi-addon-dev-kit/include/NOTE | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | NOTE: | ||
| 2 | |||
| 3 | This directory contains independent Headers to build Add-on's | ||
| 4 | without the whole Kodi source tree. The Add-on itself can add | ||
| 5 | this headers to his source tree without dependencies to any | ||
| 6 | Kodi related classes or functions. | ||
| 7 | |||
| 8 | Also this headers are never changed without a API Version | ||
| 9 | change. | ||
| 10 | |||
| 11 | The current PVR API version can be found in xbmc_pvr_types.h: | ||
| 12 | XBMC_PVR_API_VERSION | ||
| 13 | |||
| 14 | The current audio DSP API version can be found in kodi_adsp_types.h: | ||
| 15 | KODI_AE_DSP_API_VERSION | ||
