diff options
author | LainLayer <doggymangc@gmail.com> | 2024-03-27 23:25:02 +0300 |
---|---|---|
committer | LainLayer <doggymangc@gmail.com> | 2024-03-27 23:25:02 +0300 |
commit | 8e7cea012dc04559e5b2c64f64e916e5641adf1e (patch) | |
tree | e5643a34df93712fcab4b3c64f27e8c4f4ff1dec /eepers.adb | |
parent | c951f1113b75ce30e16ea8e60e693e926389fb9d (diff) |
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; |