mirror of
https://github.com/wiiu-env/libmocha.git
synced 2026-08-28 13:14:06 -05:00
Add Mocha_GetStatusStr
This commit is contained in:
@@ -20,6 +20,8 @@ typedef enum MochaUtilsStatus {
|
||||
MOCHA_RESULT_UNKNOWN_ERROR = -0x100,
|
||||
} MochaUtilsStatus;
|
||||
|
||||
const char *Mocha_GetStatusStr(MochaUtilsStatus status);
|
||||
|
||||
/**
|
||||
* Initializes the mocha lib. Needs to be called before any other functions can be used
|
||||
* @return MOCHA_RESULT_SUCCESS: Library has been successfully initialized <br>
|
||||
|
||||
Reference in New Issue
Block a user