summaryrefslogtreecommitdiff
path: root/ray.h
diff options
context:
space:
mode:
authorMartin StensgÄrd <mastensg@users.noreply.github.com>2016-11-02 02:22:42 +0100
committerGitHub <noreply@github.com>2016-11-02 02:22:42 +0100
commit73da8a3ac056cb1c442fc3a24b0148037b180392 (patch)
tree45ffc7233b8bc234d876cab68b20b0664de35694 /ray.h
parent706da965d3c7892ef09b83bdf6120f104faa2ede (diff)
parentc1a4ed37fe2a1e069a9b827d0012cab38984ee8f (diff)
Merge pull request #1 from mortehu/master
Make a headless entry point for benchmarking purposes
Diffstat (limited to 'ray.h')
-rw-r--r--ray.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ray.h b/ray.h
new file mode 100644
index 0000000..fb0be48
--- /dev/null
+++ b/ray.h
@@ -0,0 +1,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_