commit | 22134508406c8cd6f3974aed326e7c667e6fa625 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Tue Jun 05 23:55:10 2012 +0200 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Tue Jun 05 23:55:10 2012 +0200 |
tree | 0fb96a4f721b7ff9538587ba08b66f01f6517219 | |
parent | bf42c3cfbc0b405d7c746b60740377ec2d836437 [diff] [blame] |
Renamed GLFW_NO_GLU to GLFW_INCLUDE_GLU.
diff --git a/examples/boing.c b/examples/boing.c index 33696e4..49d602c 100644 --- a/examples/boing.c +++ b/examples/boing.c
@@ -30,6 +30,8 @@ #include <stdio.h> #include <stdlib.h> #include <math.h> + +#define GLFW_INCLUDE_GLU #include <GL/glfw3.h>