summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
Diffstat (limited to 'GL')
-rw-r--r--GL/glut.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/GL/glut.h b/GL/glut.h
new file mode 100644
index 000000000..367bf8929
--- /dev/null
+++ b/GL/glut.h
@@ -0,0 +1,3 @@
+// this file allows some glut programs to be compiled with no change.
+// Put this in a directory "GL" in your include path.
+#include <FL/glut.H>