mirror of
https://github.com/zeldaret/tp
synced 2026-06-23 01:10:09 -04:00
JAHostIO and friends (#3131)
This commit is contained in:
@@ -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("", "", "");
|
||||
}
|
||||
Reference in New Issue
Block a user