started implementing intersection functions and the main renderer data
[cyberay] / src / scene.h
1 #ifndef SCENE_H_
2 #define SCENE_H_
3
4 struct scene {
5 };
6
7 #endif  /* SCENE_H_ */