16 lines
252 B
HolyC
16 lines
252 B
HolyC
|
//See $LK,"::/Demo/Games/Stadium/StadiumGen.HC"$.
|
||
|
|
||
|
U0 Main()
|
||
|
{
|
||
|
"Capture scrn...\n";
|
||
|
PressAKey;
|
||
|
GRScrnCaptureWrite("~/DemoScrnShot");
|
||
|
"View captured scrn...\n";
|
||
|
PressAKey;
|
||
|
GRScrnCaptureRead("~/DemoScrnShot");
|
||
|
PressAKey;
|
||
|
DCFill;
|
||
|
}
|
||
|
|
||
|
Main;
|