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,12 @@
#include "JSystem/JAHostIO/JAHUGlobal.h"
static void dummy(JSUInputStream& input) {
JSUMemoryOutputStream stream(NULL, 0);
stream.getPosition();
stream << u8(0);
u8 b;
input >> b;
u32 a;
input >> a;
JAHUDialog_OK("", "", "");
}