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

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

#endif  // !RAY_H_