summaryrefslogtreecommitdiff
path: root/src/graphics_c3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_c3.h')
-rw-r--r--src/graphics_c3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics_c3.h b/src/graphics_c3.h
index 388a982..3f9fb78 100644
--- a/src/graphics_c3.h
+++ b/src/graphics_c3.h
@@ -41,8 +41,9 @@ int graphics_sub_init();
void graphics_event_handler(struct shit *me,char *line);
void draw_screen();
void set_aspect_ratio();
+void recalculate_eyes();
int selfcommand(char *s);
-cs_t c3_to_cs(c3_t p);
+cs_t c3_to_cs(c3_group_rot_t eye,c3_t p);
radians d2r(degrees d);
real shitdist(struct c3_shape *s,c3_t p);
c3_t rotate_c3_xr(c3_t p1,c3_t p2,radians xr);