aboutsummaryrefslogtreecommitdiff
path: root/viewpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'viewpoint.h')
-rw-r--r--viewpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewpoint.h b/viewpoint.h
index 6e5178c..7abde6c 100644
--- a/viewpoint.h
+++ b/viewpoint.h
@@ -24,5 +24,5 @@ typedef struct {
// Todo handle initial setup
void viewpoint_init(viewpoint_t *view);
-void viewpoint_ray(viewpoint_t *view, vector_t *r, unsigned x, unsigned y);
+void viewpoint_ray(viewpoint_t *view, vector_t *r, COORD_T x, COORD_T y);
#endif