Image formats type definitions moved to KolibriOS unit

This commit is contained in:
2021-01-10 10:30:12 +03:00
parent 08306b3601
commit 42bf5fb77e
5 changed files with 63 additions and 91 deletions

View File

@@ -9,6 +9,8 @@ unit KolibriOS;
interface
{$I ImageFormats.inc}
type
TSize = packed record
Height: Word;