* Load an image from RAW file data */
| 213 | * Load an image from RAW file data |
| 214 | */ |
| 215 | RLCPP_MAYBEUNUSED RLCPPAPI inline ::Image |
| 216 | LoadImageRaw(const std::string& fileName, int width, int height, int format, int headerSize) { |
| 217 | return ::LoadImageRaw(fileName.c_str(), width, height, format, headerSize); |
| 218 | } |
| 219 | |
| 220 | /** |
| 221 | * Load animated image data |