* Load animated image data */
| 221 | * Load animated image data |
| 222 | */ |
| 223 | RLCPP_MAYBEUNUSED RLCPPAPI inline ::Image LoadImageAnim(const std::string& fileName, int* frames) { |
| 224 | return ::LoadImageAnim(fileName.c_str(), frames); |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * Load image from memory buffer, fileType refers to extension like "png" |