mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 21:20:07 +00:00
afdbd90bc1
:)
8 lines
133 B
R
8 lines
133 B
R
#include <Object.h>
|
|
integer zero;
|
|
string (Object foo) getstr;
|
|
|
|
id (Object foo) bar =
|
|
{
|
|
return [foo error:"foo %s", getstr(foo)];
|
|
};
|