Add initial prototype.
This commit is contained in:
14
3-mid/opengl/source/lean/model/opengl-model-line.ads
Normal file
14
3-mid/opengl/source/lean/model/opengl-model-line.ads
Normal file
@@ -0,0 +1,14 @@
|
||||
package openGL.Model.line
|
||||
--
|
||||
-- Provides an abstract class for line models.
|
||||
--
|
||||
is
|
||||
type Item is abstract new Model.item with private;
|
||||
|
||||
|
||||
|
||||
private
|
||||
|
||||
type Item is abstract new Model.item with null record;
|
||||
|
||||
end openGL.Model.line;
|
||||
Reference in New Issue
Block a user