Add note about non-magic boolean values

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent 37b10d1a0e
commit ce52210832
  1. 2
      docs/quick.dox

@ -68,6 +68,8 @@ if (!glfwInit())
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
@endcode @endcode
Note that `GLFW_TRUE` and `GLFW_FALSE` are and will always be just one and zero.
When you are done using GLFW, typically just before the application exits, you When you are done using GLFW, typically just before the application exits, you
need to terminate GLFW. need to terminate GLFW.

Loading…
Cancel
Save