Merge pull request #89 from wheremyfoodat/UUID

[ACT] Stub GenerateUUID
This commit is contained in:
wheremyfoodat 2023-07-09 04:15:18 +03:00 committed by GitHub
commit b3f6a3a91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

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