Memory: Restore unused interfaces, in case other tools called them.

This commit is contained in:
John Kessenich
2017-11-13 22:19:21 -07:00
parent 94f28eb61a
commit 74bde98778
3 changed files with 50 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ namespace glslang {
bool InitProcess();
bool InitThread();
bool DetachThread(); // not called from standalone, perhaps other tools rely on parts of it
bool DetachProcess(); // not called from standalone, perhaps other tools rely on parts of it
} // end namespace glslang