8 lines
128 B
Ada
8 lines
128 B
Ada
|
with Dtm.Surface; use Dtm.Surface;
|
||
|
|
||
|
package Stl is
|
||
|
|
||
|
procedure Write(Surface : Surface_Vector; File_Path : String);
|
||
|
|
||
|
end Stl;
|