mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 08:21:59 +00:00
Use "@reference ClassName;" or "@reference ClassName(CategoryName);" to create a refence to the class or category, forcing the defining object file to be linked into the program when the object file is part of a library.
2 lines
43 B
R
2 lines
43 B
R
@reference Array(Private);
|
|
@reference Foo;
|