mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
4481ba9b0d
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;
|