commit | b603f918a4370ffa9e9e0994575d0d922e55a517 | [log] [tgz] |
---|---|---|
author | John Kessenich <cepheus@frii.com> | Thu Aug 29 00:39:25 2013 +0000 |
committer | John Kessenich <cepheus@frii.com> | Thu Aug 29 00:39:25 2013 +0000 |
tree | 1a85e5e983a308056f61fc42dc4168f4663d1d34 | |
parent | 23bdb29eac331ec20b8e65ad993e718c73ede65a [diff] [blame] |
Put all glslang internals (but not the external interface) into the glslang namespace. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22882 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/OGLCompilersDLL/InitializeDll.h b/OGLCompilersDLL/InitializeDll.h index f1ea567..8a29679 100644 --- a/OGLCompilersDLL/InitializeDll.h +++ b/OGLCompilersDLL/InitializeDll.h
@@ -37,11 +37,14 @@ #include "osinclude.h" +namespace glslang { bool InitProcess(); bool InitThread(); bool DetachThread(); bool DetachProcess(); +} // end namespace glslang + #endif // __INITIALIZEDLL_H