glfw/include/GLFW
Garett Bass 015f10717b Add glfw3impl.h, a single header implementation of GLFW
- assigned _glfw-qualified private names to all static symbols to avoid naming conflicts when including glfw3impl.h

- added casts as needed to compile glfw3impl.h as C++

- replaced sprintf with snprintf to avoid warnings from clang -Wall, (except on win32, where this provokes an appveyor failure `'snprintf' undefined`)

- Added a brief remark on `glfw3impl.h` to the `Compiling GLFW` section in `README.md`

- Added `Garett Bass` to `CONTRIBUTORS.md`
2024-01-06 15:25:22 -08:00
..
glfw3.h Improve documentation relating to key tokens 2023-12-05 19:10:06 +01:00
glfw3impl.h Add glfw3impl.h, a single header implementation of GLFW 2024-01-06 15:25:22 -08:00
glfw3native.h Fix native access macros being mutually exclusive 2022-07-28 15:56:47 +02:00