templeos-info/public/Wb/Demo/Graphics/ScrnCapture.HC

16 lines
252 B
HolyC
Executable File

//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;