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