diff options
Diffstat (limited to 'ray.h')
-rw-r--r-- | ray.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,10 +1,7 @@ #ifndef RAY_H_ #define RAY_H_ 1 -#define WIDTH 1000 -#define HEIGHT 1000 - void -trace_scene(float time, unsigned char *buf, int threaded); +trace_scene(float time, int width, int height, unsigned char *buf, int threaded); #endif // !RAY_H_ |