summaryrefslogtreecommitdiff
path: root/raylib.ads
diff options
context:
space:
mode:
authorrexim <reximkut@gmail.com>2024-03-12 02:41:47 +0700
committerrexim <reximkut@gmail.com>2024-03-12 02:41:47 +0700
commit29b677f52d6f927885357594a6a3ef8e1b027de0 (patch)
tree1d302dce99681ebfc14824dddfbaf04866b051a6 /raylib.ads
parent01eb4b71cf8b08ac99d46bc7d726f5ccd66a99fa (diff)
Fix blinking of the counter and health bar on Shrek
Diffstat (limited to 'raylib.ads')
-rw-r--r--raylib.ads1
1 files changed, 0 insertions, 1 deletions
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