summaryrefslogtreecommitdiffstats
path: root/gears.h
blob: 76b8d63acfc0f56332c1713d75eb09d44c2205de (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _GEARS_H_
#define _GEARS_H_

struct gears;

struct gears *gears_create(void);

void gears_draw(struct gears *gears, GLfloat angle);

#endif