summaryrefslogtreecommitdiff
path: root/src/glancillary.h
blob: 4fa63a278161dbffcd79052cd1e4df4941c3e372 (plain)
1
2
3
4
5
6
7
8
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