sgs_RootContext [function]
sgs_RootContext( sgsContext* C )
Returns the root context of the engine.
- Root context is the context that was returned from sgs_CreateEngine / sgs_CreateEngineExt.
- Root context is useful because it can only be destroyed last, so it's persistent.
- If C = NULL, function returns NULL.