[BOSS] Stub GetTaskIdList

This commit is contained in:
wheremyfoodat 2023-03-12 23:02:39 +02:00
parent c3f9f235a5
commit 857db77d06
2 changed files with 9 additions and 1 deletions

View file

@ -12,6 +12,7 @@ class BOSSService {
// Service commands
void initializeSession(u32 messagePointer);
void getOptoutFlag(u32 messagePointer);
void getTaskIdList(u32 messagePointer);
s8 optoutFlag;
public: