Open TimePath opened 8 years ago
void f(...) { entity e = ...(entity, 0); // e is always world }
I can't even get this code to compile. Is there a special switch to enable variadic parameters?
-std=gmqcc should allow it by default (or -fvariadic-args)
-std=gmqcc
-fvariadic-args