mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-24 05:28:16 +01:00
4 lines
172 B
Plaintext
4 lines
172 B
Plaintext
#define SEND_TEXT(target, text) DIRECT_OUTPUT(target, text)
|
|
#define WRITE_FILE(file, text) DIRECT_OUTPUT(file, text)
|
|
#define READ_FILE(file, text) DIRECT_INPUT(file, text)
|