Irrelevant...

This commit is contained in:
Ognjen Milan Robovic 2024-04-05 10:04:51 -04:00
parent d9327c57f2
commit 57c18667f5

View File

@ -15,6 +15,10 @@
-- can check out original C source code here below, it's under zlib -- 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. -- 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 -- https://github.com/raysan5/raylib
-- --
------------------------------------------------------------------------ ------------------------------------------------------------------------