The OpenD Programming Language

LoadImageProc

Function that loads a image from this format. I/O rewinding: this function must be given an I/O cursor at the start of the the format. It doesn't have to preserve that I/O cursor.

import gamut.plugin;
nothrow @nogc @safe
alias LoadImageProc = void function

Meta