summaryrefslogtreecommitdiff
path: root/src/graphics_c3.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-06-03 04:16:16 -0500
committerepoch <epoch@hacking.allowed.org>2020-06-03 04:16:16 -0500
commit6148145ea75d2fceb9a57bafea8c9e0122bdf8c2 (patch)
treeee7993b67f93cdb325ca8707dbbe9803d43a3179 /src/graphics_c3.h
parent7a5184e58e92bbef17feaf9a91449880ee55d937 (diff)
downloadhackvr-6148145ea75d2fceb9a57bafea8c9e0122bdf8c2.tar.gz
hackvr-6148145ea75d2fceb9a57bafea8c9e0122bdf8c2.zip
added the "subsume" command
Diffstat (limited to 'src/graphics_c3.h')
-rw-r--r--src/graphics_c3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics_c3.h b/src/graphics_c3.h
index 7ea5c74..ce3354c 100644
--- a/src/graphics_c3.h
+++ b/src/graphics_c3.h
@@ -44,7 +44,7 @@ void draw_screen();
void set_aspect_ratio();
void recalculate_eyes();
int selfcommand(char *s);
-cs_t c3_to_cs(c3_group_rot_t eye,c3_t p);
+cs_t c3_to_cs(c3_group_rel_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);