You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
weston/gears.h

11 lines
148 B

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