mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
|
/*
|
||
|
NOTE: This file is not used - it is here just for reference. The
|
||
|
real module is defined internally in io.d.
|
||
|
*/
|
||
|
|
||
|
module io;
|
||
|
|
||
|
native write(char[][] args...);
|
||
|
native writeln(char[][] args...);
|
||
|
native writes(char[][] args...);
|
||
|
native writelns(char[][] args...);
|
||
|
native print(char[][] args...);
|