Added IClientApps, IClientAppManager, IClientUser

This commit is contained in:
acidicoala
2022-05-29 16:57:34 +03:00
parent be9fa39508
commit 5b76d155a8
16 changed files with 162 additions and 81 deletions

View File

@@ -58,6 +58,6 @@ namespace smoke_api {
void shutdown();
bool should_unlock(uint32_t appId);
bool should_unlock(uint32_t app_id);
}