diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-10-07 18:34:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 15:34:13 -0700 |
| commit | 2fd702c0ac170a789af879b8b92a82d4dcc9080c (patch) | |
| tree | 743222b58fbcfb5079cd6c82f91b2971ab8ffd77 /include/d/msg | |
| parent | 1f3948e40ef095bb758914cce6fc652091cf4f4a (diff) | |
d_menu_fmap and d_menu_fmap2D OK (#2202)
Diffstat (limited to 'include/d/msg')
| -rw-r--r-- | include/d/msg/d_msg_object.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/msg/d_msg_object.h b/include/d/msg/d_msg_object.h index 633cdef525..506c9c1fce 100644 --- a/include/d/msg/d_msg_object.h +++ b/include/d/msg/d_msg_object.h @@ -484,6 +484,10 @@ inline void dMsgObject_setMsgOutputType(u8 outputType) { dMsgObject_getMsgObjectClass()->setMsgOutputType(outputType); } +inline void dMsgObject_setPortalMessageID(u16 id) { + dMsgObject_getMsgObjectClass()->setPortalMessageID(id); +} + class dMsgObject_HowlHIO_c { public: /* 80232AEC */ dMsgObject_HowlHIO_c(); |
