[ACT] GetAccountDataBlock

This commit is contained in:
wheremyfoodat 2023-08-08 17:21:21 +03:00
parent 25a42dd087
commit c24970f385
2 changed files with 17 additions and 1 deletions

View file

@ -13,6 +13,7 @@ class ACTService {
// Service commands
void initialize(u32 messagePointer);
void generateUUID(u32 messagePointer);
void getAccountDataBlock(u32 messagePointer);
public:
ACTService(Memory& mem) : mem(mem) {}