From 29b677f52d6f927885357594a6a3ef8e1b027de0 Mon Sep 17 00:00:00 2001 From: rexim Date: Tue, 12 Mar 2024 02:41:47 +0700 Subject: Fix blinking of the counter and health bar on Shrek --- raylib.ads | 1 - 1 file changed, 1 deletion(-) (limited to 'raylib.ads') diff --git a/raylib.ads b/raylib.ads index 9b3d65a..078198b 100644 --- a/raylib.ads +++ b/raylib.ads @@ -1,5 +1,4 @@ with Interfaces.C; use Interfaces.C; -with Interfaces.C.Strings; use Interfaces.C.Strings; with Raymath; use Raymath; package Raylib is -- cgit v1.2.3