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 >
Text File  |  1992-01-27  |  194b  |  13 lines

  1. { KONG.INC }
  2. { Database structure for KONG.DBF }
  3. type
  4.   KONG_Record = Record
  5.      Deleted         : Boolean;
  6.      _GEBIET         : String[ 10];
  7.   end;
  8.  
  9. var
  10.    KONG : KONG_record;
  11.  
  12.  
  13.