wayland/gears.h
2008-11-06 10:53:03 -05:00

10 lines
148 B
C

#ifndef _GEARS_H_
#define _GEARS_H_
struct gears;
struct gears *gears_create(void);
void gears_draw(struct gears *gears, GLfloat angle);
#endif