sdlweb: Adds SDL3-for-Pascal Binding

From e36cc18020d683cfb25ddcbe945b5232d0afbd4f Mon Sep 17 00:00:00 2001
From: Matthias <[EMAIL REDACTED]>
Date: Wed, 23 Apr 2025 11:44:30 +0200
Subject: [PATCH] Adds SDL3-for-Pascal Binding

supports Free Pascal and Delphi
---
 languages.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/languages.php b/languages.php
index 3132cd5..1743347 100644
--- a/languages.php
+++ b/languages.php
@@ -42,11 +42,14 @@
                                 <a href="https://github.com/BindBC/bindbc-sdl">https://github.com/BindBC/bindbc-sdl</a>
                             </li>
                             <li> <strong>
-                                    Delphi
+                                    Delphi / Pascal
                                 </strong>
                                 <br/>
                                 Neslib.Sdl3 -
                                 <a href="https://github.com/neslib/Neslib.Sdl3">https://github.com/neslib/Neslib.Sdl3</a>
+                                <br/>
+                                SDL3 for Pascal -
+                                <a href="https://github.com/PascalGameDevelopment/SDL3-for-Pascal">https://github.com/PascalGameDevelopment/SDL3-for-Pascal</a>
                             </li>
                             <li> <strong>
                                     Nim