diff options
Diffstat (limited to 'source/slang/preprocessor.h')
| -rw-r--r-- | source/slang/preprocessor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/preprocessor.h b/source/slang/preprocessor.h index 42a3b25f4..4d02cb50b 100644 --- a/source/slang/preprocessor.h +++ b/source/slang/preprocessor.h @@ -22,6 +22,8 @@ struct IncludeHandler virtual SlangResult readFile(const String& path, ISlangBlob** blobOut) = 0; + + virtual String simplifyPath(const String& path) = 0; }; // Take a string of source code and preprocess it into a list of tokens. |
