diff options
Diffstat (limited to 'platform/windows/platform_config.h')
-rw-r--r-- | platform/windows/platform_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/windows/platform_config.h b/platform/windows/platform_config.h index 481f583f6f..87e1743d49 100644 --- a/platform/windows/platform_config.h +++ b/platform/windows/platform_config.h @@ -29,3 +29,6 @@ /*************************************************************************/ #include <malloc.h> + +#define GLES3_INCLUDE_H "thirdparty/glad/glad/glad.h" +#define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h" |