quakeforge/tools/qwaq/main.qc

7 lines
82 B
C++

integer () main =
{
local id foo = [[Foo alloc] init];
[foo run];
return 0;
};