Updated GLFW 4.0 sketchbook (markdown)

Camilla Berglund 2016-03-02 16:47:39 +01:00
parent 366ba1655e
commit c09e882ae7

@ -22,3 +22,4 @@
- Add `APIENTRY` to `GLFWproc` - Add `APIENTRY` to `GLFWproc`
- Sane function pointer typedefs - Sane function pointer typedefs
- Move to enums for tokens - Move to enums for tokens
- Add return value error indication where possible