JAHostIO and friends (#3131)

This commit is contained in:
Roman Sandu
2026-03-27 04:54:07 +03:00
committed by GitHub
parent f8cf545848
commit 0fc019dcfa
59 changed files with 2133 additions and 525 deletions
@@ -0,0 +1,8 @@
#include "JSystem/JAHostIO/JAHUTableEdit.h"
#include "JSystem/JAHostIO/JAHioMessage.h"
static void dummy(JAHUSeBox* box, JAHControl* ctrl) {
box->getId();
ctrl->makeCheckBox(NULL, (u8*)NULL, 0, false, 0);
box->~JAHUSeBox();
}