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()`