diff options
| author | Ray <[email protected]> | 2019-12-01 13:30:02 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-12-01 13:30:02 +0100 |
| commit | ea5cd42e6ccc3c0e520b98a2eb9ebc2c6ce62431 (patch) | |
| tree | 7af763d3a94873bf1f39c356895324f571c22629 /src/external/glfw/include/GLFW/glfw3native.h | |
| parent | 3ffe34f9bb6452c021dfff0c2b04411542920c22 (diff) | |
| download | raylib-ea5cd42e6ccc3c0e520b98a2eb9ebc2c6ce62431.tar.gz raylib-ea5cd42e6ccc3c0e520b98a2eb9ebc2c6ce62431.zip | |
Update GLFW to version 3.4
Diffstat (limited to 'src/external/glfw/include/GLFW/glfw3native.h')
| -rw-r--r-- | src/external/glfw/include/GLFW/glfw3native.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/external/glfw/include/GLFW/glfw3native.h b/src/external/glfw/include/GLFW/glfw3native.h index 73f7ab93..ba6a16bb 100644 --- a/src/external/glfw/include/GLFW/glfw3native.h +++ b/src/external/glfw/include/GLFW/glfw3native.h @@ -1,5 +1,5 @@ /************************************************************************* - * GLFW 3.3 - www.glfw.org + * GLFW 3.4 - www.glfw.org * A library for OpenGL, window and input *------------------------------------------------------------------------ * Copyright (c) 2002-2006 Marcus Geelnard @@ -89,7 +89,7 @@ extern "C" { #undef APIENTRY #undef GLFW_APIENTRY_DEFINED #endif -// RAY: Actually, only HWND handler needs to be defined +// @raysan5: Actually, only HWND handler needs to be defined // Including windows.h could suppose symbols re-definition issues (i.e Rectangle type) //#include <windows.h> typedef void *PVOID; |
