home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Die 66 BEsten Computer
/
Chip_Special-66_Computer-Spiele_auf_CD-ROM.iso
/
quiz
/
rquiz
/
kong.inc
< prev
next >
Wrap
Text File
|
1992-01-27
|
194b
|
13 lines
{ KONG.INC }
{ Database structure for KONG.DBF }
type
KONG_Record = Record
Deleted : Boolean;
_GEBIET : String[ 10];
end;
var
KONG : KONG_record;