JAHostIO and friends (#3131)

This commit is contained in:
Roman Sandu
2026-03-27 04:54:07 +03:00
committed by GitHub
parent ae6caa77a0
commit b0cd70ce74
59 changed files with 2133 additions and 525 deletions
@@ -0,0 +1,5 @@
#include <JSystem/JAHostIO/JAHioMessage.h>
void dummy(JAHControl* cont) {
cont->makeSlider(NULL, (f32*)NULL, (f32)0, (f32)0, 0);
}