1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-04 23:45:37 +00:00
openmw/monster/modules/io.mn

13 lines
298 B
Text
Raw Normal View History

/*
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...);