AC stubs (CancelConnectAsync, CreateDefaultConfig)

This commit is contained in:
wheremyfoodat 2023-08-19 03:24:44 +03:00
parent 05f535be7c
commit 6e4b2b672e
2 changed files with 22 additions and 0 deletions

View file

@ -11,6 +11,8 @@ class ACService {
MAKE_LOG_FUNCTION(log, acLogger)
// Service commands
void cancelConnectAsync(u32 messagePointer);
void createDefaultConfig(u32 messagePointer);
void getLastErrorCode(u32 messagePointer);
void setClientVersion(u32 messagePointer);