[ACT] Stub GenerateUUID

This commit is contained in:
wheremyfoodat 2023-07-09 03:17:24 +03:00
parent c88ab423d3
commit 5bcc35dfc8
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) {}