[AC] Stub GetLastErrorCode

This commit is contained in:
wheremyfoodat 2023-07-24 23:57:17 +03:00
parent 5b90cb7a03
commit 6c983b16d3
2 changed files with 12 additions and 1 deletions

View file

@ -11,6 +11,7 @@ class ACService {
MAKE_LOG_FUNCTION(log, acLogger)
// Service commands
void getLastErrorCode(u32 messagePointer);
void setClientVersion(u32 messagePointer);
public: