diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-29 17:40:30 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-29 17:40:30 +0000 |
| commit | d3f2d94f23ebdee737e73fe53c7a08a2797ce3ce (patch) | |
| tree | 3a68adef864884def56703411a97cfd113511fc2 /parser/output/raylib_api.xml | |
| parent | 1e8450665c3726b6b7b96f9662f658bfc3b0b41a (diff) | |
| download | raylib-d3f2d94f23ebdee737e73fe53c7a08a2797ce3ce.tar.gz raylib-d3f2d94f23ebdee737e73fe53c7a08a2797ce3ce.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.xml')
| -rw-r--r-- | parser/output/raylib_api.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index 16f3717d..c0472736 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -669,7 +669,7 @@ <Param type="unsigned int" name="frames" desc="" /> </Callback> </Callbacks> - <Functions count="560"> + <Functions count="561"> <Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context"> <Param type="int" name="width" desc="" /> <Param type="int" name="height" desc="" /> @@ -2111,6 +2111,10 @@ <Param type="float" name="rotation" desc="" /> <Param type="Color" name="tint" desc="" /> </Function> + <Function name="ColorIsEqual" retType="bool" paramCount="2" desc="Check if two colors are equal"> + <Param type="Color" name="col1" desc="" /> + <Param type="Color" name="col2" desc="" /> + </Function> <Function name="Fade" retType="Color" paramCount="2" desc="Get color with alpha applied, alpha goes from 0.0f to 1.0f"> <Param type="Color" name="color" desc="" /> <Param type="float" name="alpha" desc="" /> |
