summaryrefslogtreecommitdiffstats
path: root/platform/windows/wgl_detect_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/windows/wgl_detect_version.h')
-rw-r--r--platform/windows/wgl_detect_version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/windows/wgl_detect_version.h b/platform/windows/wgl_detect_version.h
index 0be2923ba3..c110b1219e 100644
--- a/platform/windows/wgl_detect_version.h
+++ b/platform/windows/wgl_detect_version.h
@@ -33,7 +33,9 @@
#if defined(WINDOWS_ENABLED) && defined(GLES3_ENABLED)
-int detect_wgl_version();
+class Dictionary;
+
+Dictionary detect_wgl();
#endif // WINDOWS_ENABLED && GLES3_ENABLED