sgs_Include [function alias]
SGSBOOL sgs_Include( sgs_Context* C, const char* name )
Includes an item by the specified name, returning if completed successfully.
- A C version of the
includeSGS function. - Alias to
sgs_IncludeExt( C, name, NULL ).
include SGS function.
sgs_IncludeExt( C, name, NULL ).