4fa63a278161dbffcd79052cd1e4df4941c3e372
[grGL.git] / src / glancillary.h
1 #ifndef _GLANCILLARY_H_
2 #define _GLANCILLARY_H_
3
4 void glaInit(void);
5 void glaCameraRotatef(GLfloat *cmat, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
6 void glaCameraTranslatef(GLfloat *cmat, GLfloat x, GLfloat y, GLfloat z);
7 void glaDrawExample(void);
8
9 #endif