mirror of
https://github.com/glfw/glfw.git
synced 2026-08-19 17:35:54 +02:00
Moved public headers to the GLFW directory.
This commit is contained in:
@@ -20,7 +20,7 @@ In the files of your program where you use OpenGL or GLFW, you need to include
|
||||
the GLFW 3 header file.
|
||||
|
||||
@code
|
||||
#include <GL/glfw3.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
@endcode
|
||||
|
||||
This defines all the constants, types and function prototypes of the GLFW API.
|
||||
@@ -50,7 +50,7 @@ inclusion of the GLFW header.
|
||||
|
||||
@code
|
||||
#define GLFW_INCLUDE_GLU
|
||||
#include <GL/glfw3.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
@endcode
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user