forked from PretendoNetwork/Inkay
feat: Show notification is plugin is missing or module was never initialized
This commit is contained in:
parent
fa59526cd0
commit
1ffb9cf65a
7 changed files with 45 additions and 17 deletions
|
|
@ -27,3 +27,4 @@ enum class InkayStatus {
|
|||
void Inkay_Initialize(bool apply_patches);
|
||||
void Inkay_Finalize();
|
||||
InkayStatus Inkay_GetStatus();
|
||||
void Inkay_SetPluginRunning();
|
||||
|
|
|
|||
Loading…
Reference in a new issue