summaryrefslogtreecommitdiff
path: root/src/glancillary.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2011-10-21 16:48:59 +0100
committernorly <ny-git@enpas.org>2011-10-21 16:48:59 +0100
commitd8ae939a8d19ef9a8683687fd1a25232717b32f7 (patch)
treec48addac0a98f9297a425228ac833999373f9f81 /src/glancillary.h
Initial commit.
grGL currently generates and shows a random graph of 1000 nodes with 6000 edges as well as a red box as an example of OpenGL drawing operations.
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