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