diff options
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; |