forked from teamnwah/openmw-tes3coop
a0a95927c4
- some work on the scripts - fps counter moved to Monster - minor updates git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@80 ea6a568a-9f4f-0410-981a-c910a81bb256
12 lines
298 B
Text
12 lines
298 B
Text
/*
|
|
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...);
|