#include<Windows.h> #include<stdio.h> #include<io.h> #include<fcntl.h> #include<conio.h> void SCRprintf( const char* x) { va_list args; va_start( args, x ); vprintf( x, args ); va_end( args ); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de