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
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) {}