summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/compiler/translator/InitializeDll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/compiler/translator/InitializeDll.h')
-rw-r--r--src/3rdparty/angle/src/compiler/translator/InitializeDll.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/3rdparty/angle/src/compiler/translator/InitializeDll.h b/src/3rdparty/angle/src/compiler/translator/InitializeDll.h
index 4c400760f6..87f7251470 100644
--- a/src/3rdparty/angle/src/compiler/translator/InitializeDll.h
+++ b/src/3rdparty/angle/src/compiler/translator/InitializeDll.h
@@ -6,8 +6,10 @@
#ifndef COMPILER_TRANSLATOR_INITIALIZEDLL_H_
#define COMPILER_TRANSLATOR_INITIALIZEDLL_H_
+namespace sh
+{
bool InitProcess();
void DetachProcess();
+} // namespace sh
-#endif // COMPILER_TRANSLATOR_INITIALIZEDLL_H_
-
+#endif // COMPILER_TRANSLATOR_INITIALIZEDLL_H_