mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-05 10:47:27 -04:00
implement item queue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user