mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated raylib syntax analysis (markdown)
@ -153,7 +153,7 @@ void DrawRectanglePro();
|
||||
void DrawTexturePro();
|
||||
void DrawBillboardPro();
|
||||
|
||||
// Suffix: *Rec() -> Used for functions requiring a "Rectangle" as main input parameter
|
||||
// Suffix: *Rec() -> Used for functions requiring a "Rectangle" as one main input parameter
|
||||
void DrawRectangleRec();
|
||||
bool CheckCollisionCircleRec();
|
||||
bool CheckCollisionPointRec();
|
||||
|
||||
Reference in New Issue
Block a user