mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 16:35:26 -04:00
6 lines
136 B
C++
6 lines
136 B
C++
#include <JSystem/JAHostIO/JAHioMessage.h>
|
|
|
|
void dummy(JAHControl* cont) {
|
|
cont->makeSlider(NULL, (f32*)NULL, (f32)0, (f32)0, 0);
|
|
}
|