aboutsummaryrefslogtreecommitdiff
path: root/system/include/GL/glut.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-28 13:48:56 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-28 13:48:56 -0800
commitb6ebeed2cfcebb220f2ce700c7cbe484e62cd2e2 (patch)
treefb2679ed6fc2447a50531f9133b1b04cbd6f67b5 /system/include/GL/glut.h
parentc351fb6a11adbc20446577685a849eab82a2edbf (diff)
parent21e2f7768cc99f106ed0fca3732bcce794a425c9 (diff)
Merge pull request #191 from ehsan/glgears
Initial implementation of OpenGL ES and GLUT
Diffstat (limited to 'system/include/GL/glut.h')
-rw-r--r--system/include/GL/glut.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/include/GL/glut.h b/system/include/GL/glut.h
new file mode 100644
index 00000000..6191f77b
--- /dev/null
+++ b/system/include/GL/glut.h
@@ -0,0 +1,21 @@
+#ifndef __GLUT_H__
+#define __GLUT_H__
+
+/*
+ * glut.h
+ *
+ * The freeglut library include file
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#include "freeglut_std.h"
+
+/*** END OF FILE ***/
+
+#endif /* __GLUT_H__ */