From 054983ccd4764474d8a6413667b4837c5ea249dc Mon Sep 17 00:00:00 2001 From: victor-kironde Date: Fri, 31 May 2024 19:54:47 +0300 Subject: [PATCH] Updated raylib syntax analysis (markdown) --- 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 e661c05..634fe0f 100644 --- a/raylib-syntax-analysis.md +++ b/raylib-syntax-analysis.md @@ -392,4 +392,4 @@ count | enum name | values count | comments One of the goals of raylib is being simple and easy-to-use and many hours have been put into the API design; thinking about the best name for every function, the minimum number of parameters required, the right name of each parameter, the data types structure and more. -I think this syntax analysis is useful to see what worked for raylib library and also help to improved it. \ No newline at end of file +I think this syntax analysis is useful to see what worked for raylib library and also help to improve it. \ No newline at end of file