![]() ![]() ![]() ![]() Next: Function aliasing Up: interface.ccl Previous: Header block Contents Include filesThe include file section has the form:
USES INCLUDE [SOURCE|HEADER]: <file_name>
The former is used when a thorn wishes to use an include file from
another thorn. The latter indicates that this thorn adds the code in
<file_to_include> to the include file <file_name>. If
the include file is described as INCLUDE[S] [SOURCE|HEADER]: <file_to_include> in <file_name> SOURCE , the included code is
only executed if the providing thorn is active.
Both default to HEADER .
|