Grammar fix.

This commit is contained in:
Camilla Berglund 2013-05-19 10:24:14 +02:00
parent 9fe71af79a
commit 19cfc5e6f2
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ In other words:
* Do *not* include `windows.h` or other platform-specific headers unless you * Do *not* include `windows.h` or other platform-specific headers unless you
plan on using those APIs directly plan on using those APIs directly
* If you *do* need to include such headers, do it *before* including * If you *do* need to include such headers, do it *before* including
the GLFW and it will detect this the GLFW one and it will detect this
If you are using an OpenGL extension loading library such as If you are using an OpenGL extension loading library such as
[GLEW](http://glew.sourceforge.net/), the GLEW header should also be included [GLEW](http://glew.sourceforge.net/), the GLEW header should also be included

View File

@ -42,7 +42,7 @@ In other words:
- Do *not* include `windows.h` or other platform-specific headers unless - Do *not* include `windows.h` or other platform-specific headers unless
you plan on using those APIs directly you plan on using those APIs directly
- If you *do* need to include such headers, do it *before* including the - If you *do* need to include such headers, do it *before* including the
GLFW and it will detect this GLFW one and it will detect this
Starting with version 3.0, the GLU header `glu.h` is no longer included by Starting with version 3.0, the GLU header `glu.h` is no longer included by
default. If you wish to include it, define `GLFW_INCLUDE_GLU` before the default. If you wish to include it, define `GLFW_INCLUDE_GLU` before the