diff options
Diffstat (limited to 'src/misc.ads')
-rw-r--r-- | src/misc.ads | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/misc.ads b/src/misc.ads index 679f3f5..7108f63 100644 --- a/src/misc.ads +++ b/src/misc.ads @@ -15,16 +15,10 @@ private with package Misc is - Origin, Image_Path, Level_Path : constant String; - + pragma Elaborate_Body; - function Max - (A, B : in Integer) - return Integer; - function Min - (A, B : in Integer) - return Integer; + Origin, Image_Path, Level_Path : constant String; private |