summaryrefslogtreecommitdiff
path: root/include/m_Do
diff options
context:
space:
mode:
authorMaide <34639600+Kelebek1@users.noreply.github.com>2025-08-06 03:47:01 +0100
committerGitHub <noreply@github.com>2025-08-05 22:47:01 -0400
commitefc93e2fa5cd2cd29149e43ca592352a623b9082 (patch)
treeafa0167fc0c184a9028d8415ced7515cbaf871a0 /include/m_Do
parentc1bd4bdd9e17bc13ff52e9b752f1abe6cda357a5 (diff)
d_a_obj_ohatch (#834)
* d_a_obj_ohatch * PR
Diffstat (limited to 'include/m_Do')
-rw-r--r--include/m_Do/m_Do_hostIO.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_hostIO.h b/include/m_Do/m_Do_hostIO.h
index 40ff7188..b9660b4e 100644
--- a/include/m_Do/m_Do_hostIO.h
+++ b/include/m_Do/m_Do_hostIO.h
@@ -12,6 +12,12 @@ class JORGenEvent;
class JOREvent;
class JORServer;
+#if VERSION == VERSION_DEMO
+#define HIO(name) l_HIO.##name
+#else
+#define HIO(name) L_HIO::##name
+#endif
+
class JORMContext {
public:
void genCheckBox(const char* param_1, u8* param_2, u8 param_3, u32 param_4, JOREventListener* param_5, u16 param_6, u16 param_7, u16 param_8, u16 param_9) {