0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-19 10:20:45 +00:00
quakeforge/tools/qwaq/main.qc

6 lines
82 B
C++

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