Unit q_types |
Classes |
Functions |
haltix -
wymiary - podaje wymiary obrazka DANE x,y
Types |
BlockPaletteType
BPT
colchange
obrazek
obrwsk
PaletteRec
pal_off_typ
rgbrec
roz_uhf
s20
s40
s80
SampleInfo
SamRec
sob
txt_array
Constants |
Variables |
Functions |
Types |
BlockPaletteType = Array[0..255] of PaletteRec;
BPT = BlockPaletteType
colchange = array [0..20] of record {do modulu f_graph} o,n :byte; end;typ rozkladu fontow UHF
obrazek = array[1..$FFFF] of byte;PODSTAWOWY TYP!
obrwsk = ^obrazek
PaletteRec = recordgraph 256 unit
red : byte;
green : byte;
blue : byte;
end;
pal_off_typ = array[1..100] of byte;palette unit
rgbrec = paletterec
roz_uhf = array[0..$FF] of word;
s20=string[20]kolor kursora myszki
s40=string[40]typki tekstowe...
s80=string[80]
SampleInfo = record
ref : pointer;
Size : word;
Freq : word;
end;
SamRec = record
dane : obrwsk;
Size : word;
Rate : word;
W : word;
end;
sob=set of byte
txt_array= array[1..64] of s20;
Constants |
Variables |