Skip to content

Commit

Permalink
addongui: add version for the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Mar 1, 2013
1 parent f67a43b commit b9a99cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/library.xbmc.gui/libXBMC_gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ typedef void* GUIHANDLE;
#define GUI_HELPER_DLL "/library.xbmc.gui/" GUI_HELPER_DLL_NAME
#endif

/* current ADDONGUI API version */
#define XBMC_GUI_API_VERSION "1.0.0"

/* min. ADDONGUI API version */
#define XBMC_GUI_MIN_API_VERSION "1.0.0"

#define ADDON_ACTION_PREVIOUS_MENU 10
#define ADDON_ACTION_CLOSE_DIALOG 51

Expand Down

0 comments on commit b9a99cf

Please sign in to comment.