[SRV] Stub ReceiveNotification

This commit is contained in:
wheremyfoodat 2022-10-09 20:51:29 +03:00
parent 5f7804e99f
commit d777981204
2 changed files with 10 additions and 1 deletions

View file

@ -27,6 +27,7 @@ class ServiceManager {
// "srv:" commands
void enableNotification(u32 messagePointer);
void getServiceHandle(u32 messagePointer);
void receiveNotification(u32 messagePointer);
void registerClient(u32 messagePointer);
public: