From de80362720f9f6451d2695596c78dc329a0c74f5 Mon Sep 17 00:00:00 2001 From: Antonis Geralis Date: Mon, 8 Apr 2024 13:29:50 +0300 Subject: [PATCH] fix --- alternatives_table.rst | 1 + docs/raylib.html | 1614 ++++++++++++++++++++-------------------- docs/raymath.html | 2 +- docs/reasings.html | 2 +- docs/rlgl.html | 2 +- src/raylib | 2 +- src/raylib.nim | 30 +- tools/raylib_gen.nim | 27 +- 8 files changed, 831 insertions(+), 849 deletions(-) diff --git a/alternatives_table.rst b/alternatives_table.rst index 5b9e910..1d7d90c 100644 --- a/alternatives_table.rst +++ b/alternatives_table.rst @@ -48,6 +48,7 @@ TextToUpper strutils.toUpperAscii, unicode.toUpper TextToLower strutils.toLowerAscii, unicode.toLower TextToPascal None Write a function TextToInteger strutils.parseInt +TextToFloat strutils.parseFloat ================== ========================================== ================ Text codepoints management functions (unicode characters) diff --git a/docs/raylib.html b/docs/raylib.html index e11c350..eb106c2 100644 --- a/docs/raylib.html +++ b/docs/raylib.html @@ -2759,10 +2759,6 @@

raylib

-