mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
a487595149
libr supplies an __obj_forward definition that links to a builtin, but as it is the only def in its object file, it is readily replaceable by an alternative Ruamoko implementation. The builtin version currently simply errors out (rather facetiously), but only as a stub to allow progs to load.
3 lines
143 B
R
3 lines
143 B
R
// __obj_foward is the only thing in this file so it can be readily replaced
|
|
// at link time
|
|
void __obj_forward(id object, SEL sel, ...) = #0;
|