mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-16 05:55:37 -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);
|
|
}
|