Add initial prototype.

This commit is contained in:
Rod Kay
2022-07-31 17:34:54 +10:00
commit 54a53b2ac0
1421 changed files with 358874 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package openGL.IO.collada
--
-- Provides a function to convert a Collada model file to an openGL IO model.
--
is
function to_Model (model_Path : in String) return IO.Model;
end openGL.IO.collada;