From 2e3cfdcc2f5c70e82536caa57d4aa72e3f00fd40 Mon Sep 17 00:00:00 2001 From: gtrxAC <59177874+gtrxAC@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:06:10 +0200 Subject: JSON parser: Use array for function params (#2255) (#2264) * JSON parser: Use array for function params (#2255) * Parser: follow C convention of type before name --- parser/raylib_api.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'parser/raylib_api.xml') diff --git a/parser/raylib_api.xml b/parser/raylib_api.xml index ac37142e..72ecf050 100644 --- a/parser/raylib_api.xml +++ b/parser/raylib_api.xml @@ -542,7 +542,7 @@ - + @@ -569,7 +569,7 @@ - + @@ -604,6 +604,9 @@ + + + @@ -1831,7 +1834,7 @@ - + @@ -1870,8 +1873,12 @@ - + + + + + -- cgit v1.2.3