summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-01-04 16:39:44 -0600
committerepoch <epoch@hacking.allowed.org>2017-01-04 16:39:44 -0600
commite753b62e9112ff67117fc22677b8f1ae6fc3f047 (patch)
treef5f0462c724fa25e46c770660ee34509d6d8f445 /src/graphics.h
parent79ba2a8807cac2cea235ba6ee734b06010123261 (diff)
downloadhackvr-e753b62e9112ff67117fc22677b8f1ae6fc3f047.tar.gz
hackvr-e753b62e9112ff67117fc22677b8f1ae6fc3f047.zip
converted argument type sent to shitdist
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 6f28d1e..99b9fc2 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -43,7 +43,7 @@ void set_aspect_ratio();
int selfcommand(char *s);
cs_t c3_to_cs(c3_t p);
real d2r(int d);
-real shitdist(struct c3_shape s,c3_t p);
+real shitdist(struct c3_shape *s,c3_t p);
int compar(zsort_t *a,zsort_t *b);