8 lines
94 B
Ada
8 lines
94 B
Ada
separate (openGL)
|
|
|
|
function Profile return profile_Kind
|
|
is
|
|
begin
|
|
return Desk;
|
|
end Profile;
|