diff options
author | Alexey Kutepov <reximkut@gmail.com> | 2024-04-03 04:36:49 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 04:36:49 +0700 |
commit | 342b06b9a6694fd9f072f62472cecda1883b8c64 (patch) | |
tree | 98ed1ae35ae4355a089ab3aefe0d5e769cd1420a /eepers.adb | |
parent | 7ff09acdeb0172ffffba71f292188ceb74594841 (diff) | |
parent | 8e7cea012dc04559e5b2c64f64e916e5641adf1e (diff) |
Merge pull request #23 from LainLayer/fix_warning
fix warning `renamed predefined unit is an obsolescent feature`
Diffstat (limited to 'eepers.adb')
-rw-r--r-- | eepers.adb | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ -with Ada.Text_IO; -with Text_IO; use Text_IO; +with Ada.Text_IO; use Ada.Text_IO; with Interfaces.C; use Interfaces.C; with Raylib; use Raylib; with Raymath; use Raymath; |