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