mirror of
https://github.com/wiiu-env/libwuhbutils.git
synced 2024-11-30 22:44:23 +01:00
Add WUHBUtils_DeInitLibrary
This commit is contained in:
parent
b07815fc42
commit
ee16425e88
@ -57,6 +57,8 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
WUHBUtilsStatus WUHBUtils_InitLibrary();
|
WUHBUtilsStatus WUHBUtils_InitLibrary();
|
||||||
|
|
||||||
|
WUHBUtilsStatus WUHBUtils_DeInitLibrary();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the API Version of the WUHBUtils Module.
|
* Returns the API Version of the WUHBUtils Module.
|
||||||
* @return The WUHBUtilsVersion of the Module
|
* @return The WUHBUtilsVersion of the Module
|
||||||
|
@ -68,6 +68,10 @@ WUHBUtilsStatus WUHBUtils_InitLibrary() {
|
|||||||
return WUHB_UTILS_RESULT_SUCCESS;
|
return WUHB_UTILS_RESULT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WUHBUtilsStatus WUHBUtils_DeInitLibrary() {
|
||||||
|
return WUHB_UTILS_RESULT_SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
WUHBUtilsVersion GetVersion();
|
WUHBUtilsVersion GetVersion();
|
||||||
WUHBUtilsVersion WUHBUtils_GetVersion() {
|
WUHBUtilsVersion WUHBUtils_GetVersion() {
|
||||||
if (sWUUGetVersion == nullptr) {
|
if (sWUUGetVersion == nullptr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user