mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 15:47:17 -04:00
JAHostIO and friends (#3131)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user