Add initial prototype.
This commit is contained in:
10
3-mid/opengl/source/lean/opengl-viewport.ads
Normal file
10
3-mid/opengl/source/lean/opengl-viewport.ads
Normal file
@@ -0,0 +1,10 @@
|
||||
package openGL.Viewport
|
||||
--
|
||||
-- Models an opendGL viewport.
|
||||
--
|
||||
is
|
||||
|
||||
function Extent return Extent_2d;
|
||||
procedure Extent_is (Now : in Extent_2d);
|
||||
|
||||
end openGL.Viewport;
|
||||
Reference in New Issue
Block a user