A new version of Haaf's Game Engine has been released, and I'm working on updating my module to work with it, as it adds some good stuff.
Ten class methods have been introduced which are marked in the header file as "inline" and every single one of them is crashing with an unhandled memory exception, so I'm guessing that being inline is the problem.
Is there something I have to do differently if my wrapper functions call these inline functions? Is it not possible at all? Any ideas?
Ten class methods have been introduced which are marked in the header file as "inline" and every single one of them is crashing with an unhandled memory exception, so I'm guessing that being inline is the problem.
Is there something I have to do differently if my wrapper functions call these inline functions? Is it not possible at all? Any ideas?