CoreGraphics.pas 100 B

123456
  1. {$IFNDEF FPC_DOTTEDUNITS}
  2. unit CoreGraphics;
  3. {$ENDIF FPC_DOTTEDUNITS}
  4. interface
  5. implementation
  6. end.