redthing1 / dray

raylib bindings for dlang
Apache License 2.0
21 stars 3 forks source link

No bindings to 'LoadImageAnimFromMemory' #8

Closed Cyrodwd closed 2 months ago

Cyrodwd commented 2 months ago

While using "dray" with "code-d", I noticed that there was no binding to LoadImageAnimFromMemory.

Checking the module raylib.d, "LoadImageAnimFromMemory" is not found. For example, under the function LoadImageAnim, there is LoadImageFromMemory, but not LoadImageAnimFromMemory.