1
0
Fork 0
tesselada/src/stl.ads

8 lines
128 B
Ada
Raw Normal View History

with Dtm.Surface; use Dtm.Surface;
package Stl is
procedure Write(Surface : Surface_Vector; File_Path : String);
end Stl;