0 Members and 1 Guest are viewing this topic.
There is no reason for additional loaders, you can just use char array and loadFromMemory or create image from pixels.There is also no type safety at all, so there is no (sane) way to do this:initfuncsig init = plugin.getFunction("init");But this should be possible:initfuncsig init = plugin.getFunction<initfuncsig>("init");