mirror of https://github.com/procxx/kepka.git
Alpha 1.0.18: Fixed build for macOS.
This commit is contained in:
parent
4b8cc3d355
commit
f48d6dc464
|
@ -104,6 +104,10 @@ Manager *GetNativeManager() {
|
|||
return ManagerInstance.data();
|
||||
}
|
||||
|
||||
bool Supported() {
|
||||
return ManagerInstance.data() != nullptr;
|
||||
}
|
||||
|
||||
void Finish() {
|
||||
ManagerInstance.clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue