gel: Cosmetics.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
with
|
||||
openGL,
|
||||
Physics,
|
||||
|
||||
float_Math.Geometry.D2,
|
||||
float_Math.Geometry.D3,
|
||||
float_Math.Algebra.linear.D2,
|
||||
float_Math.Algebra.linear.D3;
|
||||
|
||||
|
||||
package GEL
|
||||
--
|
||||
-- A game engine library.
|
||||
@@ -15,6 +17,7 @@ is
|
||||
|
||||
Error : exception;
|
||||
|
||||
|
||||
--------
|
||||
--- Math
|
||||
--
|
||||
@@ -28,16 +31,18 @@ is
|
||||
package linear_Algebra_3D renames linear_Algebra.D3;
|
||||
|
||||
|
||||
|
||||
---------------
|
||||
--- Constraints
|
||||
--
|
||||
max_Worlds : constant := 1000;
|
||||
max_Cameras : constant := 1000;
|
||||
max_Worlds : constant := 1_000;
|
||||
max_Cameras : constant := 1_000;
|
||||
max_graphics_Models : constant := 2**32 - 1;
|
||||
-- max_physics_Models : constant := 2**32 - 1;
|
||||
max_Sprites : constant := 2**32 - 1;
|
||||
|
||||
|
||||
|
||||
-------
|
||||
--- Ids
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user