implement item queue

This commit is contained in:
gymnast86
2026-04-25 03:07:07 -07:00
parent c7c9b664e8
commit 80f4284e82
11 changed files with 452 additions and 2 deletions
+6
View File
@@ -260,6 +260,12 @@ u16 dMsgFlow_c::getEventId(int* oItemId_p) {
return mEventId;
}
#if TARGET_PC
u16 dMsgFlow_c::getEventId() {
return mEventId;
}
#endif
u32 dMsgFlow_c::getMsgNo() {
return mMsgNo;
}