Add WUHBUtils_DeInitLibrary

This commit is contained in:
Maschell 2022-09-03 13:18:13 +02:00
parent b07815fc42
commit ee16425e88
2 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,8 @@ typedef enum {
*/
WUHBUtilsStatus WUHBUtils_InitLibrary();
WUHBUtilsStatus WUHBUtils_DeInitLibrary();
/**
* Returns the API Version of the WUHBUtils Module.
* @return The WUHBUtilsVersion of the Module

View File

@ -68,6 +68,10 @@ WUHBUtilsStatus WUHBUtils_InitLibrary() {
return WUHB_UTILS_RESULT_SUCCESS;
}
WUHBUtilsStatus WUHBUtils_DeInitLibrary() {
return WUHB_UTILS_RESULT_SUCCESS;
}
WUHBUtilsVersion GetVersion();
WUHBUtilsVersion WUHBUtils_GetVersion() {
if (sWUUGetVersion == nullptr) {