summaryrefslogtreecommitdiff
path: root/src/glancillary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glancillary.h')
-rw-r--r--src/glancillary.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/glancillary.h b/src/glancillary.h
new file mode 100644
index 0000000..4fa63a2
--- /dev/null
+++ b/src/glancillary.h
@@ -0,0 +1,9 @@
+#ifndef _GLANCILLARY_H_
+#define _GLANCILLARY_H_
+
+void glaInit(void);
+void glaCameraRotatef(GLfloat *cmat, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
+void glaCameraTranslatef(GLfloat *cmat, GLfloat x, GLfloat y, GLfloat z);
+void glaDrawExample(void);
+
+#endif