summaryrefslogtreecommitdiff
path: root/ray.h
blob: 83b4cf00b7378403bebfcd581741070f220f7350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef RAY_H_
#define RAY_H_ 1

#define WIDTH 1000
#define HEIGHT 1000

void
trace_scene(float time, unsigned char *buf, int threaded);

#endif  // !RAY_H_