Правила форума :: Скачать Pascal :: FAQ // Ада–2020 :: Скачать GNAT :: OEM–2015 :: Ada -> C/C++
ПомощьПользователиПоиск
Войти
Language: РусскийEnglish
PaletteType
const MaxColors = 15; type PaletteType = record Size : Byte; Colors : array[0..MaxColors] of Shortint; end;