...this probably goes to IOhannes, but maybe someone else knows?
...I'm adding some new wrappers to the opengl stuff, and have come across a call that seems to take more than 4 args:
void ProgramEnvParameter4dARB(enum target, uint index, double x, double y, double z, double w);
...CPPExtern.h only defines up to CPPEXTERN_NEW_WITH_FOUR_ARGS, so do I just need to add some more macros?
l8r, james