diff options
author | Julian T <julian@jtle.dk> | 2020-03-09 18:34:24 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-03-09 18:34:24 +0100 |
commit | c94c3930af8c81568be50bdfaaac321b99e296d7 (patch) | |
tree | f776896e941b64076bdd067829a6ca9323cc67f7 /viewpoint.h | |
parent | 7837a28251bc3b326423ba40ccac0c8ffe23f968 (diff) |
Colors are floats now
Diffstat (limited to 'viewpoint.h')
-rw-r--r-- | viewpoint.h | 2 |
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 |