quakeforge/tools/qfcc/test/old/debug.r

22 lines
173 B
R
Raw Normal View History

void (entity e) remove;
void() SUB_Null = {};
void() SUB_Remove = {remove(@self);}
// 0
// 1
// 2
// 3
// 4
// 5
// 6
// 7
// 8
// 9
// a
// b
void () foo =
{
return;
};