From 4a06e669a93dc5bbe3a97f54035a65dad4e19e69 Mon Sep 17 00:00:00 2001 From: Mohammed Ibrahim Date: Sun, 26 Oct 2025 21:05:10 +0000 Subject: [PATCH] SaveStorageValue is created and only used in examples/core/core_storage_values.c --- raylib-syntax-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-syntax-analysis.md b/raylib-syntax-analysis.md index 8d17d93..c49bf39 100644 --- a/raylib-syntax-analysis.md +++ b/raylib-syntax-analysis.md @@ -51,7 +51,7 @@ pattern | function format | API count | examples 09 | `TYPE Load*()` | **34** | `LoadImage*()`, `LoadTexture*()`, `LoadSound*()` 10 | `void Unload*()` | 28 | `UnloadImage()`, `UnloadTexture()`, `UnloadSound()` 11 | `void Update*(, *)` | 9 | `UpdateTexture()`, `UpdateCamera()` -12 | `bool Save*()` | 2 | `SaveFileData()`, `SaveFileText()`, `SaveStorageValue()` +12 | `bool Save*()` | 2 | `SaveFileData()`, `SaveFileText()` 13 | `bool Export*()` | 9 | `ExportImage()`, `ExportImageAsCode()`, `ExportMesh()`, `ExportWave()`, `ExportWaveAsCode()` 14 | `void Draw*()` | **89** | `DrawRectangle()`, `DrawTexture*()`, `DrawModel*()` 15 | `bool Check*()` | 12 | `CheckCollisionRecs()`, `CheckCollisionCircles()`, `CheckCollisionBoxSphere()`