diff options
Diffstat (limited to 'parser/output/raylib_api.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 79b3a928..ed11ac08 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -5267,6 +5267,15 @@ return { } }, { + name = "ImageRotate", + description = "Rotate image by input angle in degrees (-359 to 359) ", + returnType = "void", + params = { + {type = "Image *", name = "image"}, + {type = "int", name = "degrees"} + } + }, + { name = "ImageRotateCW", description = "Rotate image clockwise 90deg", returnType = "void", |
