d_a_obj_ohatch (#834)

* d_a_obj_ohatch

* PR
This commit is contained in:
Maide
2025-08-06 03:47:01 +01:00
committed by GitHub
parent c1bd4bdd9e
commit efc93e2fa5
4 changed files with 295 additions and 21 deletions
+6
View File
@@ -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) {