-
Updated the includer interface to allow relative includes. · a132af5bAndrew Woloszyn authored
This plumbs both the current file path and the include depth back up to the includer. This allows the includer to properly support relative paths. This also replaces the string copy that was done during include with a zero-copy method of accomplishing the same thing. This prevents extra copies of entire files.
a132af5b
×