hedgewars/uMisc.pas
changeset 3463 23c50be687a9
parent 3407 dcc129c4352e
child 3464 cdb0ddeb38ba
equal deleted inserted replaced
3462:4b36933dce1d 3463:23c50be687a9
   168 {$IFNDEF IPHONEOS}
   168 {$IFNDEF IPHONEOS}
   169 procedure MakeScreenshot(filename: shortstring);
   169 procedure MakeScreenshot(filename: shortstring);
   170 {$ENDIF}
   170 {$ENDIF}
   171 
   171 
   172 implementation
   172 implementation
   173 uses Math, uConsole, uStore, uIO, uSound, typinfo;
   173 uses Math, uConsole, uStore, uIO, typinfo;
   174 
   174 
   175 var KBnum: Longword;
   175 var KBnum: Longword;
   176 {$IFDEF DEBUGFILE}
   176 {$IFDEF DEBUGFILE}
   177     f: textfile;
   177     f: textfile;
   178 {$ENDIF}
   178 {$ENDIF}