{$mode objfpc} unit ee_genmat; INTERFACE type generic TMatrix = record sizex, sizey: integer; end; IMPLEMENTATION begin end.