summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/include/NOTE
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/NOTE')
-rw-r--r--xbmc/addons/kodi-addon-dev-kit/include/NOTE15
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 @@
1NOTE:
2
3This directory contains independent Headers to build Add-on's
4without the whole Kodi source tree. The Add-on itself can add
5this headers to his source tree without dependencies to any
6Kodi related classes or functions.
7
8Also this headers are never changed without a API Version
9change.
10
11The current PVR API version can be found in xbmc_pvr_types.h:
12XBMC_PVR_API_VERSION
13
14The current audio DSP API version can be found in kodi_adsp_types.h:
15KODI_AE_DSP_API_VERSION