started implementing intersection functions and the main renderer data
[cyberay] / src / scene.h
diff --git a/src/scene.h b/src/scene.h
new file mode 100644 (file)
index 0000000..0b13c51
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef SCENE_H_
+#define SCENE_H_
+
+struct scene {
+};
+
+#endif /* SCENE_H_ */