aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxolatile2024-04-05 10:04:51 -0400
committerxolatile2024-04-05 10:04:51 -0400
commit57c18667f56a91c98cb75347f6180f02d809a15a (patch)
tree119e0db589c9012f12c225d04c6b6c6daaea8969
parentd9327c57f2af5520ab3766069fc3fab484013757 (diff)
downloadxolatile-raylib-ada-57c18667f56a91c98cb75347f6180f02d809a15a.tar.xz
xolatile-raylib-ada-57c18667f56a91c98cb75347f6180f02d809a15a.tar.zst
Irrelevant...
-rw-r--r--raylib.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/raylib.ads b/raylib.ads
index af6de61..722afec 100644
--- a/raylib.ads
+++ b/raylib.ads
@@ -15,6 +15,10 @@
-- can check out original C source code here below, it's under zlib
-- license. I wrote this because of the lack of good Ada bindings.
--
+-- There are minor name changes, and this binding was adapted to Ada
+-- programming language. That means that you can't replace few keywords
+-- in your C example, and everything works. Aim are new Ada projects.
+--
-- https://github.com/raysan5/raylib
--
------------------------------------------------------------------------