Files
openal-soft/Alc
Chris Robinson 034935b2e1 Modify how VCALL is handled
Now instead of specifying the arguments as a third argument to the macro, like
VCALL(object,function,(arg1, arg2));
they are specified separately after the macro, like
VCALL(object,function)(arg1, arg2);

Also, VCALL_NOARGS has been removed in favor of VCALL0, which behaves like
above but expects an empty argument list (a separate macro is needed to work
around preprocessor limitations).
2013-10-28 11:06:04 -07:00
..
2013-10-08 16:31:23 -07:00
2013-10-28 11:06:04 -07:00
2013-06-19 23:24:06 -07:00
2013-10-28 11:06:04 -07:00
2013-10-27 08:32:58 -07:00
2013-10-08 16:31:23 -07:00
2013-05-22 15:11:39 -07:00
2013-10-26 08:49:37 -07:00
2013-10-08 16:31:23 -07:00
2013-10-27 08:32:58 -07:00