Skip to content
Snippets Groups Projects
Commit ce522108 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Add note about non-magic boolean values

parent 37b10d1a
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ if (!glfwInit())
exit(EXIT_FAILURE);
@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
need to terminate GLFW.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment